This commit is contained in:
tianshujie
2022-01-29 15:51:21 +08:00
parent e7936ef95a
commit cb14ef28d5
+1
View File
@@ -21,6 +21,7 @@
#steps.sortable > tr.drop-success > td {background-color: #cfe0ff; transition: background-color 2s;}
#steps .step-type-menu-box {position: relative;}
#steps .step-type-menu {position: absolute; top: 25px; right: 0; z-index: 10; box-shadow: 0 6px 12px rgba(0,0,0,.175); background-color: #fff; display: none; border: 1px solid #bbb; min-width: 60px;}
#steps .step-group .step-expects {display: none;}
#steps .step-step[data-type="item"] .step-type-menu > a[data-value="item"] {display: none;}
#steps .step-type-current {display: block; padding: 5px 10px; position: relative; line-height: 20px;}
#steps .step-type-toggle:hover .step-type-current {background-color: #edf3fe; color: #03c;}