소스 검색

账户管理获取验证码按钮布局调整

yangc 8 년 전
부모
커밋
ae383ea89f

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

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

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

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