diff --git a/src/style/fix.less b/src/style/fix.less index 5e209a9f..7dcf56d9 100644 --- a/src/style/fix.less +++ b/src/style/fix.less @@ -16,4 +16,9 @@ .el-popconfirm__main {margin: 14px 0;} .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;} \ No newline at end of file +.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;}