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 {
margin-right: 6px;
}
.el-icon-close {
padding: 10px 5px 10px 10px;
cursor: pointer;
}
.id {
color: gray;
margin-top: 6px;

View file

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