style: modal style

pull/30/MERGE
xingyu 2023-08-09 10:21:03 +08:00
parent 3d09e63409
commit df7b4a4b5f
2 changed files with 9 additions and 1 deletions

View File

@ -20,6 +20,10 @@
padding: 14px;
}
.ant-modal-footer {
margin-top: 0 !important;
}
&-title {
font-size: 16px;
font-weight: bold;
@ -46,7 +50,7 @@
}
&-header {
padding: 16px;
padding: 8px;
}
&-content {

View File

@ -69,6 +69,10 @@ html[data-theme="dark"] {
}
}
.ant-input-number {
width: 100%;
}
// 保持 和 windi 一样的全局样式,减少升级带来的影响
ul {
padding: 0;