refactor(App.vue): 移动Element Plus全局样式至element-plus.scss

This commit is contained in:
郝先瑞
2022-02-28 23:48:15 +08:00
parent 5edc5ef334
commit da7ce51465

View File

@@ -30,10 +30,4 @@ watch(language, (value) => {
immediate: true
})
</script>
<style>
/* 表格线条对齐 */
.el-table__header col[name="gutter"] {
display: table-cell !important;
}
</style>