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