From 56c65706604ab55ce4f245fe8aa3311f40bc07e0 Mon Sep 17 00:00:00 2001 From: sc Date: Wed, 2 Jun 2021 16:48:57 +0800 Subject: [PATCH] Update fix.less --- src/style/fix.less | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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;}