fix:补充快照文件国际化
This commit is contained in:
@@ -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
Reference in New Issue
Block a user