|
@@ -24,7 +24,7 @@
|
|
|
--hotline-color-seting-header: #b3c0d1;
|
|
|
--hotline-bg-grey-color: #999;
|
|
|
// 主题字体颜色
|
|
|
- --hotline-color-text-main: var(--el-text-color-primary);
|
|
|
+ --hotline-color-text-main: #333;
|
|
|
// 主题字体颜色淡色
|
|
|
--hotline-color-text-main-light: #666;
|
|
|
--hotline-overlay-color-lighter-4: rgba(0, 0, 0, 0.4);
|
|
@@ -44,7 +44,7 @@
|
|
|
--hotline-order-CrculationRecord-color: #eef0f4;
|
|
|
|
|
|
// 整体字体颜色
|
|
|
- //--el-text-color-regular:#333;
|
|
|
+ --el-text-color-regular: #333;
|
|
|
}
|
|
|
|
|
|
html,
|
|
@@ -517,13 +517,13 @@ li {
|
|
|
/* 剩余时间小于50%”或“剩余时间小于20% */
|
|
|
.overdue-status-3 {
|
|
|
@extend .overdue-circle;
|
|
|
- background-color: #2D2DB6;
|
|
|
+ background-color: #2d2db6;
|
|
|
}
|
|
|
/* 关键词查询输入框宽度 */
|
|
|
.keyword-input {
|
|
|
min-width: 250px;
|
|
|
}
|
|
|
-.el-empty__description{
|
|
|
+.el-empty__description {
|
|
|
margin-top: 5px;
|
|
|
}
|
|
|
/* 还原内容的换行和缩进 */
|
|
@@ -532,12 +532,12 @@ li {
|
|
|
word-wrap: break-word; /* 超长单词自动换行 */
|
|
|
overflow-wrap: break-word; /* 处理长单词或 URL 的换行 */
|
|
|
line-height: 20px;
|
|
|
- .el-form-item__content{
|
|
|
+ .el-form-item__content {
|
|
|
line-height: 20px !important;
|
|
|
}
|
|
|
}
|
|
|
// 树形选择字体颜色
|
|
|
-.vtree-tree-node__title{
|
|
|
+.vtree-tree-node__title {
|
|
|
color: var(--el-text-color-regular);
|
|
|
font-size: var(--el-font-size-base);
|
|
|
-}
|
|
|
+}
|