mirror of
https://gitee.com/dromara/Jpom.git
synced 2024-12-02 03:48:05 +08:00
fix
This commit is contained in:
parent
aa6b8c37e9
commit
055fa46cba
@ -70,7 +70,7 @@
|
|||||||
<a-space v-if="dockerAllTagList && dockerAllTagList.length">
|
<a-space v-if="dockerAllTagList && dockerAllTagList.length">
|
||||||
<a-tag v-for="(item, index) in dockerAllTagList" :key="index">{{ item }}</a-tag>
|
<a-tag v-for="(item, index) in dockerAllTagList" :key="index">{{ item }}</a-tag>
|
||||||
</a-space>
|
</a-space>
|
||||||
<span v-else>还没有容器或者未配置标签不可以使用容器构建奥</span>
|
<span v-else style="color: red; font-weight: bold">还没有容器或者未配置标签不可以使用容器构建奥</span>
|
||||||
</a-spin>
|
</a-spin>
|
||||||
</a-form-item>
|
</a-form-item>
|
||||||
<a-alert message="容器构建注意" type="warning" show-icon>
|
<a-alert message="容器构建注意" type="warning" show-icon>
|
||||||
|
@ -286,7 +286,7 @@
|
|||||||
<a-modal
|
<a-modal
|
||||||
destroyOnClose
|
destroyOnClose
|
||||||
:style="{
|
:style="{
|
||||||
// maxWidth: '100vw',
|
maxWidth: '100vw',
|
||||||
top: this.terminalFullscreen ? 0 : false,
|
top: this.terminalFullscreen ? 0 : false,
|
||||||
paddingBottom: 0
|
paddingBottom: 0
|
||||||
}"
|
}"
|
||||||
|
@ -388,6 +388,7 @@
|
|||||||
<a-modal
|
<a-modal
|
||||||
destroyOnClose
|
destroyOnClose
|
||||||
:style="{
|
:style="{
|
||||||
|
maxWidth: '100vw',
|
||||||
top: this.terminalFullscreen ? 0 : false,
|
top: this.terminalFullscreen ? 0 : false,
|
||||||
paddingBottom: 0
|
paddingBottom: 0
|
||||||
}"
|
}"
|
||||||
|
Loading…
Reference in New Issue
Block a user