@@ -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
@@ -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(){
+ max-height: 500px;
padding:16px;
&.active{