提交 62227d82 编写于 作者: D DCloud_LXH

refactor: picker

上级 aaaaa38a
此差异已折叠。
此差异已折叠。
......@@ -3,6 +3,6 @@ import WebView from './web-view/index'
import Map from './map/index'
import CoverView from './cover-view'
import CoverImage from './cover-image'
import Picker from './picker/index.vue'
import Picker from './picker/index'
export { Video, WebView, Map, CoverView, CoverImage, Picker }
此差异已折叠。
......@@ -127,7 +127,7 @@ uni-picker[disabled] {
overflow: hidden;
}
.uni-picker-system > input {
.uni-picker-system > .uni-picker-system_input {
position: absolute;
border: none;
height: 100%;
......@@ -136,13 +136,13 @@ uni-picker[disabled] {
cursor: pointer;
}
.uni-picker-system > input.firefox {
.uni-picker-system > .uni-picker-system_input.firefox {
top: 0;
left: 0;
width: 100%;
}
.uni-picker-system > input.chrome {
.uni-picker-system > .uni-picker-system_input.chrome {
/* 日历空白位置宽度 32px */
top: 0;
left: 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册