|
@@ -192,7 +192,7 @@ export default {
|
|
|
}
|
|
|
|
|
|
|
|
|
-.editor .w-e-toolbar .w-e-menu{
|
|
|
+.editor >>> .w-e-toolbar .w-e-menu{
|
|
|
display: flex;
|
|
|
width: auto;
|
|
|
align-items: center;
|
|
@@ -200,11 +200,11 @@ export default {
|
|
|
padding: 0 10px;
|
|
|
}
|
|
|
|
|
|
-.editor .w-e-toolbar {
|
|
|
+.editor >>> .w-e-toolbar {
|
|
|
background: #f1f1f1;
|
|
|
}
|
|
|
|
|
|
-.editor .w-e-icon-table2::after {
|
|
|
+.editor >>> .w-e-icon-table2::after {
|
|
|
content: '插入表格';
|
|
|
margin-left: 5px;
|
|
|
}
|