This commit is contained in:
14
node_modules/@dcloudio/uni-components/style/picker-view.css
generated
vendored
Normal file
14
node_modules/@dcloudio/uni-components/style/picker-view.css
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
uni-picker-view {
|
||||
display: block;
|
||||
}
|
||||
|
||||
.uni-picker-view-wrapper {
|
||||
display: flex;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
uni-picker-view[hidden] {
|
||||
display: none;
|
||||
}
|
||||
Reference in New Issue
Block a user