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

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

parent 83519d7e
......@@ -6,21 +6,19 @@ export default {
plus.screen.lockOrientation('landscape-primary');
// #endif
},
onShow: function () {
},
onHide: function () {
}
}
onShow: function () {},
onHide: function () {}
};
</script>
<style lang="scss">
/*每个页面公共css */
@import "@/uview-ui/index.scss";
@import '@/uview-ui/index.scss';
/deep/ .uni-select__selector-scroll {
max-height: 100px !important;
max-height: 70px !important;
}
/deep/ .times .uni-date-picker__container {
height: 275px !important;
height: 275px !important;
}
</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