From 251a9214086f70e8dbde500333fdbfe59faca776 Mon Sep 17 00:00:00 2001 From: danshihao Date: Mon, 6 Mar 2023 10:25:11 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90fix=20ESLint=E3=80=91src/components/on?= =?UTF-8?q?lineForm/OnlineForm.css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/onlineForm/OnlineForm.css | 37 ++++++++++++------- 1 file changed, 24 insertions(+), 13 deletions(-) diff --git a/jero-web/src/components/onlineForm/OnlineForm.css b/jero-web/src/components/onlineForm/OnlineForm.css index 37dc8a93..12708f2b 100644 --- a/jero-web/src/components/onlineForm/OnlineForm.css +++ b/jero-web/src/components/onlineForm/OnlineForm.css @@ -56,7 +56,7 @@ } .jeecg-mask-cust[data-v-7750c39d] { - height: 0%; + height: 0; width: 100%; opacity: .3; position: absolute; @@ -367,7 +367,7 @@ th[data-v-125d8be6] { } .jeecg-mask-cust[data-v-4070e3c9] { - height: 0%; + height: 0; width: 100%; opacity: .3; position: absolute; @@ -466,18 +466,29 @@ th[data-v-125d8be6] { border-radius: 4px 0 0 4px } -.j-table-force-nowrap { - td, th { - white-space: nowrap - } +/*.j-table-force-nowrap {*/ +/* td, th {*/ +/* white-space: nowrap*/ +/* }*/ - .ant-table-selection-column { - padding: 12px 22px !important - } +/* .ant-table-selection-column {*/ +/* padding: 12px 22px !important*/ +/* }*/ - &.ant-table-wrapper .ant-table-content { - overflow-x: auto - } +/* &.ant-table-wrapper .ant-table-content {*/ +/* overflow-x: auto*/ +/* }*/ +/*}*/ + +.j-table-force-nowrap td, +.j-table-force-nowrap th { + white-space: nowrap; +} +.j-table-force-nowrap .ant-table-selection-column { + padding: 12px 22px !important; +} +.j-table-force-nowrap.ant-table-wrapper .ant-table-content { + overflow-x: auto; } .ant-card-body .table-operator[data-v-67102101] { @@ -664,7 +675,7 @@ th[data-v-125d8be6] { } .jeecg-mask-cust[data-v-22098770] { - height: 0%; + height: 0; width: 100%; opacity: .3; position: absolute;