|
|
@@ -12,14 +12,18 @@ html {
|
|
|
|
|
|
/* 主题色 */
|
|
|
:root {
|
|
|
+ // 文字颜色
|
|
|
--themeColor: #002c15;
|
|
|
+ // 登录页文字颜色
|
|
|
--loginTxt: #fddb77;
|
|
|
+ // 一个模块一个模块的背景色
|
|
|
--boxBcaColor: #f8f8f8;
|
|
|
|
|
|
- // 这个项目颜色有点杂
|
|
|
+ // 这个项目颜色有点杂--字典、组织、标签模块主题色
|
|
|
--txtColor: #4c7f7a;
|
|
|
|
|
|
- --themeColor2: #988364;
|
|
|
+ // antd主题色
|
|
|
+ --myAntdColor: #ab925b;
|
|
|
}
|
|
|
|
|
|
body {
|
|
|
@@ -225,7 +229,7 @@ textarea {
|
|
|
font-size: 18px;
|
|
|
position: absolute;
|
|
|
z-index: 11;
|
|
|
- top: -97px;
|
|
|
+ top: -72px;
|
|
|
left: -18px;
|
|
|
padding-left: 40px;
|
|
|
color: #fff;
|
|
|
@@ -234,12 +238,14 @@ textarea {
|
|
|
|
|
|
&::before {
|
|
|
position: absolute;
|
|
|
- left: -14px;
|
|
|
- content: '|';
|
|
|
+ left: -7px;
|
|
|
+ content: '';
|
|
|
font-size: 24px;
|
|
|
font-weight: 700;
|
|
|
- top: -9px;
|
|
|
- color: #5a6557;
|
|
|
+ top: 0px;
|
|
|
+ width: 2px;
|
|
|
+ height: 26px;
|
|
|
+ background-color: #596754;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -280,6 +286,7 @@ textarea {
|
|
|
.ant-table-header {
|
|
|
.ant-table-cell {
|
|
|
color: var(--themeColor) !important;
|
|
|
+ background-color: #d6e6df !important;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -288,6 +295,7 @@ textarea {
|
|
|
border-color: #ccc !important;
|
|
|
}
|
|
|
}
|
|
|
+
|
|
|
// .ant-table-placeholder {
|
|
|
// background-color: transparent !important;
|
|
|
// .ant-empty-description {
|
|
|
@@ -316,7 +324,7 @@ textarea {
|
|
|
|
|
|
/* 普通文字按钮的颜色 */
|
|
|
.ant-btn-text {
|
|
|
- color: #ab925b !important;
|
|
|
+ color: var(--myAntdColor) !important;
|
|
|
}
|
|
|
|
|
|
.ant-btn-text:disabled {
|