fix(App.vue): 表格未对齐样式调整

This commit is contained in:
有来技术
2021-12-26 22:39:17 +08:00
parent e4dd8e1ce9
commit d3f8f79902

View File

@@ -9,4 +9,10 @@ export default {
name: 'App'
}
</script>
<style >
/*表格未对齐*/
.el-table__header col[name="gutter"] {
display: table-cell !important;
}
</style>