This commit is contained in:
qsh
2025-05-29 16:18:18 +08:00
parent e5e86e24e5
commit b15e0d0f8f
9 changed files with 542 additions and 106 deletions

View File

@@ -97,4 +97,13 @@
/* 去除 Firefox 中的指示器 */
.el-input__inner[type='number'] {
-moz-appearance: textfield;
}
.el-drawer__header {
padding: 16px 16px 8px 16px !important;
margin: 0 !important;
line-height: 24px !important;
font-size: 18px !important;
color: #303133 !important;
box-sizing: border-box !important;
// border-bottom: 1px solid #e8e8e8 !important;
}