update style

This commit is contained in:
2026-03-23 14:51:36 +08:00
parent b7f5fe755a
commit f5847b392c
+12
View File
@@ -7,6 +7,18 @@
margin-bottom: 8px; margin-bottom: 8px;
} }
/* Modal 全局居中 */
.ant-modal-wrap {
display: flex;
align-items: center;
justify-content: center;
}
.ant-modal {
top: 0;
padding-bottom: 0;
}
/* 应用全局样式 */ /* 应用全局样式 */
#app { #app {
width: 100%; width: 100%;