服务指令、长者标签禅道bug

This commit is contained in:
1378012178@qq.com 2025-08-28 16:02:50 +08:00
parent 26a7afd9fd
commit b14eddd935
4 changed files with 4 additions and 4 deletions

View File

@ -105,7 +105,7 @@
<a-button @click="handleDirectiveBackupsClose" type="primary">关闭</a-button>
</template>
<div style="padding:0px 8px;">
<DirectiveBkMainList ref="backupsRef"></DirectiveBkMainList>
<DirectiveBkMainList v-if="directiveBackupsOpen" ref="backupsRef"></DirectiveBkMainList>
</div>
</a-drawer>
</div>

View File

@ -386,7 +386,7 @@ onMounted(async () => {
}
.step-content {
overflow: auto;
// overflow: auto;
height: 70vh;
}

View File

@ -97,7 +97,7 @@
<a-button @click="handleElderBackupsClose" type="primary">关闭</a-button>
</template>
<div style="padding:0px 8px;">
<ElderBkMainList ref="backupsRef"></ElderBkMainList>
<ElderBkMainList v-if="elderTagBackupsOpen" ref="backupsRef"></ElderBkMainList>
</div>
</a-drawer>
</div>

View File

@ -386,7 +386,7 @@ onMounted(async () => {
}
.step-content {
overflow: auto;
// overflow: auto;
height: 70vh;
}