服务指令、长者标签禅道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> <a-button @click="handleDirectiveBackupsClose" type="primary">关闭</a-button>
</template> </template>
<div style="padding:0px 8px;"> <div style="padding:0px 8px;">
<DirectiveBkMainList ref="backupsRef"></DirectiveBkMainList> <DirectiveBkMainList v-if="directiveBackupsOpen" ref="backupsRef"></DirectiveBkMainList>
</div> </div>
</a-drawer> </a-drawer>
</div> </div>

View File

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

View File

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

View File

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