Commit 850a504d authored by 张海景's avatar 张海景

update:修改下拉组件最大高度

parent 83519d7e
...@@ -6,21 +6,19 @@ export default { ...@@ -6,21 +6,19 @@ export default {
plus.screen.lockOrientation('landscape-primary'); plus.screen.lockOrientation('landscape-primary');
// #endif // #endif
}, },
onShow: function () { onShow: function () {},
}, onHide: function () {}
onHide: function () { };
}
}
</script> </script>
<style lang="scss"> <style lang="scss">
/*每个页面公共css */ /*每个页面公共css */
@import "@/uview-ui/index.scss"; @import '@/uview-ui/index.scss';
/deep/ .uni-select__selector-scroll { /deep/ .uni-select__selector-scroll {
max-height: 100px !important; max-height: 70px !important;
} }
/deep/ .times .uni-date-picker__container { /deep/ .times .uni-date-picker__container {
height: 275px !important; height: 275px !important;
} }
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment