【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'],
'no-console': 'off',
"no-debugger": "off"
}
}
@@ -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] {