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