实现重写规则管理

This commit is contained in:
刘祥超
2020-09-28 16:25:26 +08:00
parent 7f29f97b9f
commit d553757614
37 changed files with 935 additions and 66 deletions

View File

@@ -64,6 +64,7 @@ tbody {
p.comment, div.comment {
color: rgba(0, 0, 0, 0.3);
padding-top: 0.4em;
font-size: 0.9em;
}
p.comment em, div.comment em {
@@ -620,7 +621,7 @@ select.auto-width {
}
}
/** label **/
// label
label[for] {
cursor: pointer !important;
}
@@ -731,3 +732,38 @@ form {
margin-bottom: 0 !important;
}
}
/** 排序 **/
.sortable-ghost {
background: #ddd !important;
opacity: 0.1;
}
.sortable-drag {
opacity: 1.0;
}
.icon.handle {
cursor: pointer;
}
.label.port-label {
margin-top: 0.4em !important;
margin-bottom: 0.4em !important;
display: block;
line-height: 1.5;
}
// .label
.label {
word-break: break-all;
}
td .label.small {
margin-bottom: 0.2em !important;
}
// td
td {
word-break: break-all;
}