From 96455706619a0a2a96a836714e106f4c7a3bfd40 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 04 三月 2020 13:18:26 +0800 Subject: [PATCH] 2020-03-04 --- src/tabviews/formtab/formgroup/index.scss | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/src/tabviews/formtab/formgroup/index.scss b/src/tabviews/formtab/formgroup/index.scss index 691b786..bb8c383 100644 --- a/src/tabviews/formtab/formgroup/index.scss +++ b/src/tabviews/formtab/formgroup/index.scss @@ -33,4 +33,18 @@ color: #1890ff; border-bottom: 1px solid #d9d9d9; } + .ant-input-disabled { + color: rgba(0, 0, 0, 0.65)!important; + cursor: default!important; + } + .ant-input-number-input { + color: rgba(0, 0, 0, 0.65)!important; + cursor: default!important; + } + .ant-select-disabled { + color: rgba(0, 0, 0, 0.65)!important; + .ant-select-selection--multiple .ant-select-selection__choice { + color: rgba(0, 0, 0, 0.65)!important; + } + } } \ No newline at end of file -- Gitblit v1.8.0