|
@@ -366,11 +366,25 @@ export default {
|
|
|
},
|
|
|
};
|
|
|
</script>
|
|
|
-<style scoped>
|
|
|
+<style scoped lang="scss">
|
|
|
/* ::v-deep .el-table__fixed {
|
|
|
height: calc(100% - 10px) !important;
|
|
|
} */
|
|
|
::v-deep .el-table th.is-leaf{
|
|
|
font-size: 15px !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;
|
|
|
+}
|
|
|
</style>
|