update 优化弹窗显示效果

This commit is contained in:
zk
2024-07-24 14:19:47 +08:00
parent 830ad950c3
commit a9fedaf124
3 changed files with 24 additions and 1 deletions
+6
View File
@@ -6,6 +6,7 @@
:width="props.width"
:maskClosable="true"
@cancel="handleCancel"
destroy-on-close
>
<slot name="container"></slot>
<template #footer></template>
@@ -39,6 +40,11 @@
border: 1px solid #0a50a0;
background-color: #00152b;
padding-bottom: 0;
min-height: 300px;
box-shadow:
0 3px 6px -4px #0000001f,
0 6px 16px #00000014,
0 9px 28px 8px #0000000d;
.ant-modal-title {
position: relative;