fix: 修复文件格式到 utf-8
parent
e6f808ccf3
commit
33f0daf33b
|
@ -13,11 +13,6 @@
|
|||
display: unset;
|
||||
}
|
||||
}
|
||||
//update-begin---author:scott ---date:2023-08-28 for:【QQYUN-6374】UnoCSS替代windicss导致应用样式问题--
|
||||
/*span.anticon:not(.app-iconify) {
|
||||
vertical-align: 0.125em !important;
|
||||
}*/
|
||||
//update-end---author:scott ---date::2023-08-28 for:【QQYUN-6374】UnoCSS替代windicss导致应用样式问题--
|
||||
|
||||
.ant-back-top {
|
||||
right: 20px;
|
||||
|
|
|
@ -37,7 +37,7 @@ export const SIDE_BAR_BG_COLOR_LIST: string[] = [
|
|||
'#383f45',
|
||||
];
|
||||
|
||||
// sider logo line preset color [logo½¥±äÉ«]
|
||||
// sider logo line preset color [logo<EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɫ]
|
||||
export const SIDER_LOGO_BG_COLOR_LIST: string[] = [
|
||||
'linear-gradient(180deg, #000000, #021d37)',
|
||||
'linear-gradient(180deg, #000000, #282828)',
|
||||
|
|
Loading…
Reference in New Issue