Commit 1599d642 by 曾经

行高

parent fa023e0f
......@@ -57,6 +57,7 @@
padding: 20px 0 0;
}
/deep/.el-table {
.setting-cell.el-table__cell {
display: flex;
align-items: center;
......@@ -98,6 +99,10 @@
white-space: nowrap;
padding-left: 10px;
}
/deep/.el-table__header /deep/.cell {
padding-left: 10px;
}
/deep/.el-table-column--selection {
.cell {
......
......@@ -69,6 +69,7 @@
padding: 20px 0 0;
}
/deep/.el-table {
.setting-cell.el-table__cell {
display: flex;
align-items: center;
......@@ -110,6 +111,10 @@
white-space: nowrap;
padding-left: 10px;
}
/deep/.el-table__header /deep/.cell {
padding-left: 10px;
}
/deep/.el-table-column--selection {
.cell {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment