feat: crm初步

This commit is contained in:
砂糖
2025-12-16 09:27:37 +08:00
parent 8f110f6a58
commit dbc9ac727a
15 changed files with 1328 additions and 45 deletions

View File

@@ -294,14 +294,14 @@ body {
.el-button--medium {
padding: 4px 8px !important;
font-size: 12px;
height: $--btn-height - 4px;
height: $--btn-height;
}
// 迷你按钮(超紧凑)
.el-button--mini {
padding: 4px 8px !important;
font-size: 12px;
height: $--btn-height - 4px;
height: $--btn-height;
&.is-circle {
padding: 4px !important;
}
@@ -310,7 +310,7 @@ body {
.el-button--small {
padding: 4px 8px !important;
font-size: 12px;
height: $--btn-height - 4px;
height: $--btn-height;
}