vue-ydui icon indicating copy to clipboard operation
vue-ydui copied to clipboard

时间组件在不同设备分辨率下样式不同问题

Open Zhangbansen opened this issue 5 years ago • 0 comments

问题描述

在不同的分辨率下时间组件的样式不一样 显示的年月日 不垂直居中!

产生环境

  • **使用版本:-1.2.6
  • **引入方式:NPM
  • **演示地址:-

提示错误信息

代码区域

        <yd-cell-item arrow>
          <yd-datetime v-model="startTime"
                       type="date"
                       confirm-text="确认"
                       slot="right"
                       :init-emit="true"></yd-datetime>
        </yd-cell-item>

Zhangbansen avatar Aug 21 '19 08:08 Zhangbansen