|
@@ -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;
|
|
|
}
|
|
@@ -220,8 +220,11 @@ export default {
|
|
|
.cont>>>table th {
|
|
|
border-bottom: 1px solid #ccc;
|
|
|
border-right: 1px solid #ccc;
|
|
|
- padding: 20px 5px;
|
|
|
+ /* padding: 20px 5px; */
|
|
|
+ padding: 5px 10px;
|
|
|
max-width: 0px;
|
|
|
+ height: 30px;
|
|
|
+ vertical-align: baseline;
|
|
|
}
|
|
|
|
|
|
.cont>>>table th {
|
|
@@ -260,5 +263,4 @@ export default {
|
|
|
ol {
|
|
|
margin: 10px 0 10px 20px;
|
|
|
}
|
|
|
-
|
|
|
</style>
|