mirror of
https://gitee.com/likeadmin/likeadmin_java.git
synced 2026-05-31 06:02:57 +08:00
重新初始化admin后台
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// 引入所有样式
|
||||
@use 'element-plus/theme-chalk/src/index.scss';
|
||||
|
||||
// @use 'element-plus/theme-chalk/src/index.scss';
|
||||
@import "element-plus/theme-chalk/src/index.scss";
|
||||
:root {
|
||||
--el-font-weight-primary: 400;
|
||||
}
|
||||
@@ -97,3 +97,8 @@
|
||||
.el-icon {
|
||||
font-size: var(--font-size);
|
||||
}
|
||||
|
||||
.el-alert--primary {
|
||||
color: $color-primary;
|
||||
background-color: $color-primary-light-9;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user