This commit is contained in:
Taric Xin
2022-04-28 20:39:34 +08:00
parent de140ceec5
commit 075c61add9
4 changed files with 36 additions and 7 deletions

View File

@ -28,3 +28,27 @@
.ant-card-body {
padding: 16px;
}
.ant-drawer-content {
.ant-drawer-header {
padding: 16px;
.ant-drawer-title {
font-size : 20px;
font-weight: 500;
color : #1D2129;
}
}
.ant-drawer-body {
padding: 16px;
.ant-form-item-label>label {
color : #575D6C;
font-size: 14px;
}
}
}