|
@@ -378,7 +378,7 @@ export default {
|
|
|
},
|
|
|
};
|
|
|
</script>
|
|
|
-<style scoped>
|
|
|
+<style scoped lang="scss">
|
|
|
/* ::v-deep .el-table__fixed {
|
|
|
height: calc(100%) !important;
|
|
|
} */
|
|
@@ -387,6 +387,20 @@ export default {
|
|
|
height: 36px !important;
|
|
|
line-height: 36px !important;
|
|
|
}
|
|
|
+::v-deep .el-table {
|
|
|
+ th.gutter, colgroup.gutter {
|
|
|
+ width: 5px !important;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+
|
|
|
+::v-deep .el-table__header colgroup col[name="gutter"] {
|
|
|
+ display: table-cell !important;
|
|
|
+}
|
|
|
+
|
|
|
+::v-deep .el-table__body{
|
|
|
+ width: 100% !important;
|
|
|
+}
|
|
|
/* .serch{
|
|
|
min-width: 70px;
|
|
|
width: 70px;
|