Commit a12c9159 authored by 张海景's avatar 张海景

update:修复下拉框不滚动

parent d824f7d5
...@@ -16,5 +16,11 @@ export default { ...@@ -16,5 +16,11 @@ export default {
<style lang="scss"> <style lang="scss">
/*每个页面公共css */ /*每个页面公共css */
@import "@/uview-ui/index.scss"; @import "@/uview-ui/index.scss";
/deep/ .uni-select__selector-scroll {
max-height: 100px !important;
}
/deep/ .times .uni-date-picker__container {
height: 275px !important;
}
</style> </style>
This diff is collapsed.
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