|
|
@@ -28,9 +28,8 @@
|
|
|
|
|
|
/* 元素字体基础值 */
|
|
|
--el-font-family: pingfang sc, pingfang sc;
|
|
|
-
|
|
|
- --el-text-color-primary:#666;
|
|
|
- --el-text-color-regular:#333;
|
|
|
+ --el-text-color-primary: #666;
|
|
|
+ --el-text-color-regular: #333;
|
|
|
}
|
|
|
|
|
|
/* 明暗模式 CSS 变量 */
|
|
|
@@ -65,6 +64,10 @@
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+.el-scrollbar__bar.is-horizontal {
|
|
|
+ height: 14px;
|
|
|
+}
|
|
|
+
|
|
|
/* 全局输入框占位符样式 */
|
|
|
.el-input ::placeholder {
|
|
|
color: #d9d9d9;
|
|
|
@@ -98,7 +101,7 @@ body {
|
|
|
body {
|
|
|
box-sizing: border-box;
|
|
|
margin: 0;
|
|
|
- font-family: PingFang SC;
|
|
|
+ font-family: "PingFang SC";
|
|
|
background-color: var(--g-container-bg);
|
|
|
-webkit-tap-highlight-color: transparent;
|
|
|
|