chore(npm): update deps

This commit is contained in:
Natsumi
2021-09-08 07:21:47 +12:00
parent 1eda658158
commit 1a00688f2c
4 changed files with 122 additions and 106 deletions

View File

@@ -51,8 +51,9 @@ button {
border: #555;
}
.el-table td,
.el-table th.is-leaf {
.el-table tr,
.el-table td.el-table__cell,
.el-table th.el-table__cell {
background-color: #292929;
border-bottom: 1px solid #5f5f5f;
}
@@ -63,11 +64,11 @@ button {
background-color: #5f5f5f;
}
.el-table--striped .el-table__body tr.el-table__row--striped td {
.el-table--striped .el-table__body tr.el-table__row--striped td.el-table__cell {
background-color: #202020;
}
.el-table--enable-row-hover .el-table__body tr:hover > td {
.el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
background-color: #323232;
}

View File

@@ -82,6 +82,10 @@
margin-top: 15px;
}
.el-table__expanded-cell[class*='cell'] {
padding: 20px 50px;
}
.el-dialog__body {
padding: 20px;
}