【modify】ESLint配置修改
This commit is contained in:
@@ -27,6 +27,6 @@ module.exports = {
|
|||||||
}],
|
}],
|
||||||
'semi': [2, 'never'],
|
'semi': [2, 'never'],
|
||||||
'no-console': 'off',
|
'no-console': 'off',
|
||||||
|
"no-debugger": "off"
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -467,19 +467,17 @@ th[data-v-125d8be6] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.j-table-force-nowrap {
|
.j-table-force-nowrap {
|
||||||
|
td, th {
|
||||||
|
white-space: nowrap
|
||||||
|
}
|
||||||
|
|
||||||
td,
|
.ant-table-selection-column {
|
||||||
th {
|
padding: 12px 22px !important
|
||||||
white-space: nowrap
|
}
|
||||||
}
|
|
||||||
|
|
||||||
.ant-table-selection-column {
|
&.ant-table-wrapper .ant-table-content {
|
||||||
padding: 12px 22px !important
|
overflow-x: auto
|
||||||
}
|
}
|
||||||
|
|
||||||
&.ant-table-wrapper .ant-table-content {
|
|
||||||
overflow-x: auto
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-card-body .table-operator[data-v-67102101] {
|
.ant-card-body .table-operator[data-v-67102101] {
|
||||||
|
|||||||
Reference in New Issue
Block a user