fix(App.vue): 表格未对齐样式调整
This commit is contained in:
@@ -9,4 +9,10 @@ export default {
|
|||||||
name: 'App'
|
name: 'App'
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
<style >
|
||||||
|
/*表格未对齐*/
|
||||||
|
.el-table__header col[name="gutter"] {
|
||||||
|
display: table-cell !important;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user