diff --git a/web/src/styles/antd/dark.less b/web/src/styles/antd/dark.less index 154399ec..a6dc45c4 100644 --- a/web/src/styles/antd/dark.less +++ b/web/src/styles/antd/dark.less @@ -94,6 +94,11 @@ } } + // 复选框 + .ant-checkbox-wrapper { + color: white; + } + // 走马灯 .ant-carousel { color: rgba(255,255,255,0.65);