浏览代码

修改样式

jwyu 1 年之前
父节点
当前提交
333d6d5744
共有 2 个文件被更改,包括 5 次插入0 次删除
  1. 1 0
      src/views/chartETA/ChartDetail.vue
  2. 4 0
      src/views/chartETA/components/AddChartToMyETA.vue

+ 1 - 0
src/views/chartETA/ChartDetail.vue

@@ -582,6 +582,7 @@ function initChartState(data){
             v-model:show="chartState.showTimePop"
             v-model:show="chartState.showTimePop"
             :position="width>650?'center':'bottom'"
             :position="width>650?'center':'bottom'"
             :style="width>650?{ width: '400px'}:''"
             :style="width>650?{ width: '400px'}:''"
+            round
         >
         >
             <div class="time-picker-wrap">
             <div class="time-picker-wrap">
                 <van-picker-group
                 <van-picker-group

+ 4 - 0
src/views/chartETA/components/AddChartToMyETA.vue

@@ -150,6 +150,8 @@ function handleConfirmEditClassify(){
         }
         }
     }
     }
     .classify-list{
     .classify-list{
+        max-height: 600px;
+        overflow-y: auto;
         .item{
         .item{
             padding:32px;
             padding:32px;
             border-bottom: 1px solid #DCDFE6;
             border-bottom: 1px solid #DCDFE6;
@@ -192,6 +194,8 @@ function handleConfirmEditClassify(){
             }
             }
         }
         }
         .classify-list{
         .classify-list{
+            max-height: 500px;
+            overflow-y: auto;
             .item{
             .item{
                 padding:16px;
                 padding:16px;
                 &.active{
                 &.active{