iZaiZaiA %!s(int64=2) %!d(string=hai) anos
pai
achega
85c3b8b4df
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      src/views/data-fill/components/ListItem.vue
  2. 1 1
      src/views/data-fill/wbs.vue

+ 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)
     }
 }