@@ -463,4 +463,8 @@ export default {
/deep/ th.replacecolor {
background-color: #ccc !important;
}
+
+/deep/ .ant-table-fixed-left table, .ant-table-fixed-right table{
+width: min-content;
+}
</style>