ydcss / vue-ydui

A mobile components Library with Vue2.js. 一只基于Vue2.x的移动端组件库。
http://vue.ydui.org
MIT License
2.75k stars 560 forks source link

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

Open Zhangbansen opened 5 years ago

Zhangbansen commented 5 years ago

问题描述

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

产生环境

提示错误信息

代码区域

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