From eff3c5e38471df5508de5a90a493c0ae513054e9 Mon Sep 17 00:00:00 2001 From: zer0Black Date: Tue, 28 Feb 2023 13:46:18 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90modify=E3=80=91ESLint=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/.eslintrc.js | 2 +- .../src/components/onlineForm/OnlineForm.css | 20 +++++++++---------- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/jero-web/.eslintrc.js b/jero-web/.eslintrc.js index 8b3584b2..5e12834a 100644 --- a/jero-web/.eslintrc.js +++ b/jero-web/.eslintrc.js @@ -27,6 +27,6 @@ module.exports = { }], 'semi': [2, 'never'], 'no-console': 'off', + "no-debugger": "off" } - } diff --git a/jero-web/src/components/onlineForm/OnlineForm.css b/jero-web/src/components/onlineForm/OnlineForm.css index ea188d39..37dc8a93 100644 --- a/jero-web/src/components/onlineForm/OnlineForm.css +++ b/jero-web/src/components/onlineForm/OnlineForm.css @@ -467,19 +467,17 @@ th[data-v-125d8be6] { } .j-table-force-nowrap { + td, th { + white-space: 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 + } } .ant-card-body .table-operator[data-v-67102101] {