提交 659d4693 编写于 作者: 郝先瑞

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

上级 da7ce514
:root {
--el-color-primary: #409EFF;
}
// 覆盖 element-plus 的样式
.el-breadcrumb__inner,
.el-breadcrumb__inner a {
......@@ -47,3 +51,8 @@
.el-card__header{
height: 60px!important;
}
// 表格表头和表体未对齐
.el-table__header col[name="gutter"] {
display: table-cell !important;
}
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册