This commit is contained in:
bwcx_jzy 2024-01-11 10:36:44 +08:00
parent aa6b8c37e9
commit 055fa46cba
No known key found for this signature in database
GPG Key ID: 5E48E9372088B9E5
3 changed files with 3 additions and 2 deletions

View File

@ -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>

View File

@ -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
}" }"

View File

@ -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
}" }"