Ver Fonte

bug修复

iZaiZaiA há 2 anos atrás
pai
commit
85c3b8b4df

+ 1 - 1
src/views/data-fill/components/ListItem.vue

@@ -616,7 +616,7 @@ defineExpose({
 <style lang="scss" scoped>
 .data-fill-list-box {
     position: relative;
-    margin-bottom: 25%;
+    //margin-bottom: 25%;
     .hc-collapse-item-header {
         flex: 1;
         position: relative;

+ 1 - 1
src/views/data-fill/wbs.vue

@@ -1019,7 +1019,7 @@ const ListItemOffsetTop = (offsetTop) => {
     if (offsetTop > 0) {
         setTimeout(() => {
             ListItemScrollRef.value?.setScrollTop(offsetTop)
-        }, 200)
+        }, 350)
     }
 }