Browse Source

Merge branch 'dev-mysql' of ssh://10.10.100.21/source/platform-b2c into dev-mysql

yujia 8 years ago
parent
commit
2d1557704d

+ 2 - 2
src/main/webapp/resources/view/vendor/modal/updateUserEmail.html

@@ -32,11 +32,11 @@
         border-radius: 0;
     }
     .userEmail .modal-body .row.validate-code .col-md-8 .input-sm {
-        width: 162px;
+        width: 63%;
         display: inline-block;
     }
     .userEmail .modal-body .row.validate-code .col-md-8 .code-btn {
-        width: 94px;
+        width: 37%;
         height: 30px;
         text-align: center;
         line-height: 30px;

+ 2 - 2
src/main/webapp/resources/view/vendor/modal/updateUserTel.html

@@ -32,11 +32,11 @@
         border-radius: 0;
     }
     .userTel .modal-body .row.validate-code .col-md-8 .input-sm {
-        width: 162px;
+        width: 63%;
         display: inline-block;
     }
     .userTel .modal-body .row.validate-code .col-md-8 .code-btn {
-        width: 94px;
+        width: 37%;
         height: 30px;
         text-align: center;
         line-height: 30px;