Browse Source

修改样式

jwyu 1 year ago
parent
commit
333d6d5744

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

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

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

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