forked from AkkomaGang/admin-fe
Fix styles
This commit is contained in:
parent
065efcab7f
commit
b3423fcf85
2 changed files with 12 additions and 14 deletions
|
@ -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;
|
||||||
|
|
|
@ -329,6 +329,7 @@ export default {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin: 0 10px
|
margin: 0 10px
|
||||||
}
|
}
|
||||||
|
.el-table__row {
|
||||||
.el-tag {
|
.el-tag {
|
||||||
width: 30px;
|
width: 30px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -341,6 +342,7 @@ export default {
|
||||||
padding-left: 8px;
|
padding-left: 8px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
.reboot-button {
|
.reboot-button {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue