✨ feat: crm初步
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user