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