Update fix.less

This commit is contained in:
sc 2021-06-02 16:48:57 +08:00
parent e5b26070f5
commit 56c6570660
1 changed files with 6 additions and 1 deletions

View File

@ -17,3 +17,8 @@
.el-card__header {border-bottom: 0}
.el-tree.menu .el-tree-node__content {height:36px;}
.el-input-number__decrease, .el-input-number__increase {top:2px;}
/* 覆盖tinymce样式 */
.sceditor .tox-tinymce {border: 1px solid #DCDFE6;}
.sceditor .tox .tox-statusbar {border-top: 1px solid #DCDFE6;}
.sceditor .tox .tox-toolbar__primary {background: #f6f8f9;border-bottom: 1px solid #DCDFE6;}