Fix styles

This commit is contained in:
Angelina Filippova 2020-07-28 21:32:40 +03:00
parent 065efcab7f
commit b3423fcf85
2 changed files with 12 additions and 14 deletions

View file

@ -245,10 +245,6 @@ export default {
.el-icon-arrow-right { .el-icon-arrow-right {
margin-right: 6px; margin-right: 6px;
} }
.el-icon-close {
padding: 10px 5px 10px 10px;
cursor: pointer;
}
.id { .id {
color: gray; color: gray;
margin-top: 6px; margin-top: 6px;

View file

@ -329,16 +329,18 @@ export default {
flex-direction: column; flex-direction: column;
margin: 0 10px margin: 0 10px
} }
.el-tag { .el-table__row {
width: 30px; .el-tag {
display: inline-block; width: 30px;
margin-bottom: 4px; display: inline-block;
font-weight: bold; margin-bottom: 4px;
&.el-tag--success { font-weight: bold;
padding-left: 8px; &.el-tag--success {
} padding-left: 8px;
&.el-tag--danger { }
padding-left: 8px; &.el-tag--danger {
padding-left: 8px;
}
} }
} }
.reboot-button { .reboot-button {