style(系统设置): 系统_插件管理_弹窗_全局样式
This commit is contained in:
parent
af93728f3d
commit
549174c43d
|
@ -96,7 +96,7 @@
|
||||||
}
|
}
|
||||||
.ms-modal-small {
|
.ms-modal-small {
|
||||||
.arco-modal {
|
.arco-modal {
|
||||||
width: 580px;
|
width: 480px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
v-model:visible="updateVisible"
|
v-model:visible="updateVisible"
|
||||||
class="ms-modal-form ms-modal-small"
|
class="ms-modal-form ms-modal-small"
|
||||||
title-align="start"
|
title-align="start"
|
||||||
width="540px"
|
width="480px"
|
||||||
@ok="handleOk"
|
@ok="handleOk"
|
||||||
@cancel="handleCancel"
|
@cancel="handleCancel"
|
||||||
>
|
>
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
v-model:visible="pluginVisible"
|
v-model:visible="pluginVisible"
|
||||||
class="ms-modal-form ms-modal-small"
|
class="ms-modal-form ms-modal-small"
|
||||||
title-align="start"
|
title-align="start"
|
||||||
width="500px"
|
width="480px"
|
||||||
@ok="handleOk"
|
@ok="handleOk"
|
||||||
@cancel="handleCancel"
|
@cancel="handleCancel"
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue