feat(runner): update edit.html

This commit is contained in:
fuxiaohei
2022-10-10 21:53:53 +08:00
committed by Jason Song
parent 206b2a104e
commit dff0d4b907
6 changed files with 91 additions and 218 deletions

View File

@ -1,5 +1,13 @@
@import "variables.less";
.admin.runner{
.admin.runners {
.runner-ops > a {
margin-left: 0.5em;
}
.runner-ops-delete {
color: var(--color-red-light);
}
.runner-basic-info .dib {
margin-right: 1em;
}
}