add reportSheet and reportSheetCategory & update common.scss

This commit is contained in:
lb
2023-03-06 09:47:35 +08:00
parent 00016a948b
commit 96861954b2
4 changed files with 211 additions and 5 deletions

View File

@@ -4,8 +4,7 @@
box-sizing: border-box;
}
body {
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
"微软雅黑", Arial, sans-serif;
font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
font-size: $--font-size-base;
line-height: $base--line-height;
color: $--color-text-primary;
@@ -474,7 +473,7 @@ img {
&:hover {
color: #fff;
background-color: rgba(11, 88, 255, 1);
.aui-sidebar__menu-icon-son{
.aui-sidebar__menu-icon-son {
background: #fff;
border-radius: 4px;
}
@@ -604,13 +603,30 @@ img {
padding: 0 10px;
color: rgba(89, 89, 89, 1);
&:focus,
&:hover,
&.is-active {
&:hover {
&:after {
display: block;
}
> .el-icon-close {
color: rgba(89, 89, 89, 1);
&:hover {
color: rgba(255, 255, 255, 1);
background-color: rgba(89, 89, 89, 1);;
}
}
}
&.is-active {
&:after {
display: none;
}
> .el-icon-close {
color: rgba(255, 255, 255, 1);
&:hover {
background-color: #0b58ff;
}
}
}
&:after {