Commit 3529523b authored by 张海景's avatar 张海景

update:修改下拉组件高度

parent 8a1821eb
...@@ -19,7 +19,7 @@ export default { ...@@ -19,7 +19,7 @@ export default {
/*每个页面公共css */ /*每个页面公共css */
@import '@/uview-ui/index.scss'; @import '@/uview-ui/index.scss';
/deep/ .uni-select__selector-scroll { /deep/ .uni-select__selector-scroll {
max-height: 70px !important; max-height: 120px !important;
} }
/deep/ .times .uni-date-picker__container { /deep/ .times .uni-date-picker__container {
......
...@@ -1979,6 +1979,7 @@ export default { ...@@ -1979,6 +1979,7 @@ export default {
.feedback-card { .feedback-card {
margin: 25rpx; margin: 25rpx;
padding: 18rpx; padding: 18rpx;
padding-bottom: 70px;
box-sizing: border-box; box-sizing: border-box;
position: relative; position: relative;
background: #ffffff; background: #ffffff;
......
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