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