mirror of
https://github.com/Tencent/tmagic-editor.git
synced 2025-12-29 03:00:18 +00:00
16 lines
279 B
SCSS
16 lines
279 B
SCSS
.m-table {
|
|
.el-button.action-btn + .el-button.action-btn {
|
|
margin-left: 0;
|
|
}
|
|
.keep-all {
|
|
word-break: keep-all;
|
|
}
|
|
.el-table .cell > div {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
}
|
|
.el-table__row.el-table__row--level-1 {
|
|
color: #999;
|
|
}
|
|
}
|