fix:补充快照文件国际化

This commit is contained in:
zyh
2023-08-04 17:24:30 +08:00
parent 5a7ab3e333
commit ca4901374c
3 changed files with 6 additions and 8 deletions

View File

@@ -583,7 +583,7 @@ i.nz-icon-override{
color: $--color-text-primary;
}
#entrance {
.el-icon-arrow-right {
.el-icon-arrow-right ,.el-icon-arrow-left{
font-family: "nz-icon" !important;
font-size: 16px;
font-style: normal;
@@ -593,6 +593,9 @@ i.nz-icon-override{
.el-icon-arrow-right:before {
content: "\e6ad";
}
.el-icon-arrow-left::before{
content: '\e6ae';
}
.el-icon-arrow-up{
font-family: nz-icon!important;
}
@@ -611,12 +614,6 @@ i.nz-icon-override{
.el-icon-check::before{
content: '\e689';
}
.el-icon-arrow-left{
font-family: nz-icon!important;
}
.el-icon-arrow-left::before{
content: '\e6ae';
}
//.chart__canvas {
// .chart-time-series {
// width:;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long