许成详 6 years ago
parent
commit
951761c4d6
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      src/components/caseTableItem/page.scss

+ 3
- 2
src/components/caseTableItem/page.scss View File

@@ -18,12 +18,13 @@
18 18
     display: inline-block;
19 19
     position: absolute;
20 20
     right: .1rem;
21
-    top: .05rem;
21
+    top: 50%;
22 22
     // font-size: .36rem;
23 23
     width: .4rem;
24
-    height: .4rem;
25 24
     z-index: 1;
26 25
     color: rgba(255, 0, 0, .1);
26
+    transform: translateY(-50%);
27
+    -webkit-transform: translateY(-50%)
27 28
   }
28 29
   .itemNo{
29 30
     width: .44rem;