法规清单-英文版-列表的表头太宽了
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user