This commit is contained in:
魏啾
2024-02-29 17:32:14 +08:00
parent 56f9d83447
commit e0ade277dc
4 changed files with 558 additions and 12 deletions

View File

@@ -88,6 +88,16 @@ html {
top: 10px !important;
}
.el-drawer__header {
// padding: 0 !important;
margin-bottom: 5px !important;
}
.el-drawer__body {
padding: 0 var(--el-drawer-padding-primary) !important;
}
.el-textarea {
font-size: var(--el-font-size-base) !important;
}