perf: ssr

This commit is contained in:
archer
2023-06-13 20:07:32 +08:00
parent 89e7c1abca
commit 391332c8dd
8 changed files with 53 additions and 46 deletions

View File

@@ -65,13 +65,14 @@ textarea::placeholder {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-focus-ring-color: rgba(0, 0, 0, 0);
outline: none;
box-sizing: border-box;
}
#__next {
height: 100%;
}
#nprogress .bar {
background: '#85b1ff' !important; //自定义颜色
background: '#1237b3' !important; //自定义颜色
}
.textEllipsis {