czh-20260616-更换选人组件;调深系统颜色

This commit is contained in:
zhihao
2026-06-16 15:10:07 +08:00
parent 6dc90eddf8
commit bb68283128
11 changed files with 101 additions and 60 deletions
+5 -5
View File
@@ -5,7 +5,7 @@
html[data-theme='light'] {
// update-begin--author:liaozhiyang---date:20240407---for:【QQYUN-8774】给body加上打底的字体颜色
body{
color: rgba(0, 0, 0, 0.65);
color: rgba(0, 0, 0, 0.90);
}
// update-end--author:liaozhiyang---date:20240407---for:【QQYUN-8774】给body加上打底的字体颜色
.text-secondary {
@@ -13,22 +13,22 @@ html[data-theme='light'] {
}
/*【美化】自定义table字体颜色*/
.ant-table {
color: rgba(0, 0, 0, 0.65);
color: rgba(0, 0, 0, 0.90);
}
/*【美化】自定义table字体颜色*/
/*【美化】自定义form字体颜色*/
.ant-select-multiple .ant-select-selection-item-content {
color: rgba(0, 0, 0, 0.65);
color: rgba(0, 0, 0, 0.90);
}
.ant-input-affix-wrapper > input.ant-input {
// update-begin--author:liaozhiyang---date:20240605---for:【TV360X-189】统一只读样式
&:not([disabled]) {
color: rgba(0, 0, 0, 0.65);
color: rgba(0, 0, 0, 0.90);
}
// update-end--author:liaozhiyang---date:20240605---for:【TV360X-189】统一只读样式
}
.ant-select-single.ant-select-show-arrow .ant-select-selection-item, .ant-select-single.ant-select-show-arrow {
color: rgba(0, 0, 0, 0.65);
color: rgba(0, 0, 0, 0.90);
}
/*【美化】自定义form字体颜色*/