xujing hace 5 años
padre
commit
541770cdbc
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3
    1
      src/pages/h5SampleManager/h5Sample/style.less

+ 3
- 1
src/pages/h5SampleManager/h5Sample/style.less Ver fichero

@@ -95,13 +95,15 @@
95 95
  
96 96
   color: #fff;
97 97
   line-height: 0.13rem;
98
-  width: 0.4rem;
98
+  // width: 0.4rem;
99 99
   background:rgba(52,189,40,1);
100 100
   text-align: center;
101 101
   border-radius: 4px;
102 102
   font-size: 0.09rem;
103 103
   display: inline-block;
104 104
   margin-left: 0.1rem;
105
+  padding: 0 0.08rem;
106
+  margin-top: 10px;
105 107
 
106 108
 }
107 109
 .SubmitButton {