法规清单-英文版-列表的表头太宽了

This commit is contained in:
范强强
2023-03-28 16:06:29 +08:00
parent a565ee6901
commit c7f004f018
2 changed files with 9 additions and 1 deletions
@@ -1612,6 +1612,9 @@
/deep/ .ant-table-column-title { /deep/ .ant-table-column-title {
font-weight: bold !important; font-weight: bold !important;
} }
::v-deep .ant-table-thead > tr > th .ant-table-header-column {
max-width: none !important;
}
</style> </style>
<style lang="less"> <style lang="less">
.popconfirm { .popconfirm {
@@ -645,7 +645,7 @@
align: 'left', align: 'left',
ellipsis: true, ellipsis: true,
dataIndex: 'applicableSupplement', dataIndex: 'applicableSupplement',
width: 180 width: 200
}, },
{ {
title: this.$t('certificationType'), title: this.$t('certificationType'),
@@ -2870,6 +2870,11 @@
color: #00B3BE; color: #00B3BE;
cursor: pointer; cursor: pointer;
} }
::v-deep .ant-table-thead > tr > th .ant-table-header-column {
max-width: none !important;
}
</style> </style>
<style lang="less"> <style lang="less">
.box-input .ant-select-selection { .box-input .ant-select-selection {