Explorar el Código

2271修改无效,回退样式

zhouna hace 5 años
padre
commit
36baf2616c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/components/NumberDrop/index.less

+ 2 - 2
src/components/NumberDrop/index.less

@@ -9,7 +9,7 @@
   .nol,.blued{
     min-width:10px;
     height: 22px;
-    vertical-align: text-bottom;
+    /*vertical-align: text-bottom;*/
     display:inline-block;
     text-align:center;
     word-break:break-all;
@@ -33,6 +33,6 @@
     text-align:center;
     word-break:break-all;
     height: 22px;
-    vertical-align: text-bottom;
+    /*vertical-align: text-bottom;*/
   }
 }