【modify】ESLint配置修改

This commit is contained in:
zer0Black
2023-02-28 13:46:18 +08:00
parent 679dff5f8a
commit eff3c5e384
2 changed files with 10 additions and 12 deletions
+1 -1
View File
@@ -27,6 +27,6 @@ module.exports = {
}], }],
'semi': [2, 'never'], 'semi': [2, 'never'],
'no-console': 'off', 'no-console': 'off',
"no-debugger": "off"
} }
} }
@@ -467,17 +467,15 @@ th[data-v-125d8be6] {
} }
.j-table-force-nowrap { .j-table-force-nowrap {
td, th {
td,
th {
white-space: nowrap white-space: nowrap
} }
.ant-table-selection-column { .ant-table-selection-column {
padding: 12px 22px !important padding: 12px 22px !important
} }
&.ant-table-wrapper .ant-table-content { &.ant-table-wrapper .ant-table-content {
overflow-x: auto overflow-x: auto
} }
} }