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] {