feat: base 基础样式修改

This commit is contained in:
caoqianming 2024-08-09 21:26:07 +08:00
parent cf4974f824
commit 857e806af8
1 changed files with 6 additions and 0 deletions

View File

@ -22,7 +22,13 @@
--el-color-primary-dark-9: #060f19;
--el-border-radius-base: 2px;
}
.el-tag {
--el-tag-border-radius: 2px;
}
.el-message-box {
--el-messagebox-border-radius: 2px;
}
.el-menu {
border: none !important;
}