zhangxc 5 years atrás
parent
commit
2275ab91d5
1 changed files with 25 additions and 0 deletions
  1. 25 0
      src/components/recordInput/ManageItemBatch.vue

+ 25 - 0
src/components/recordInput/ManageItemBatch.vue

@@ -542,6 +542,31 @@
             -webkit-transform: rotate(45deg) scaleY(1);
             transform: rotate(45deg) scaleY(1);
         }
+        .active.disabled::after{
+           -webkit-box-sizing: content-box;
+            box-sizing: content-box;
+            content: "";
+            border: 1px solid #c9cdd5;
+            border-left: 0;
+            border-top: 0;
+            height: 7px;
+            left: 4px;
+            position: absolute;
+            top: 1px;
+            -webkit-transform: rotate(45deg) scaleY(0);
+            transform: rotate(45deg) scaleY(0);
+            width: 3px;
+            -webkit-transition: -webkit-transform .15s ease-in .05s;
+            transition: -webkit-transform .15s ease-in .05s;
+            transition: transform .15s ease-in .05s;
+            transition: transform .15s ease-in .05s, -webkit-transform .15s ease-in .05s;
+            transition: transform .15s ease-in .05s,-webkit-transform .15s ease-in .05s;
+            -webkit-transform-origin: center;
+            transform-origin: center;
+            -webkit-transform: rotate(45deg) scaleY(1);
+            transform: rotate(45deg) scaleY(1);
+         
+        }
         .disabled{
           cursor: not-allowed;
           background-color: #edf2fc;