服务指令、长者标签禅道bug
This commit is contained in:
parent
26a7afd9fd
commit
b14eddd935
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -386,7 +386,7 @@ onMounted(async () => {
|
|||
}
|
||||
|
||||
.step-content {
|
||||
overflow: auto;
|
||||
// overflow: auto;
|
||||
height: 70vh;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -386,7 +386,7 @@ onMounted(async () => {
|
|||
}
|
||||
|
||||
.step-content {
|
||||
overflow: auto;
|
||||
// overflow: auto;
|
||||
height: 70vh;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue