张洪岩 2 hónapja
szülő
commit
7543b9db8e
1 módosított fájl, 3 hozzáadás és 5 törlés
  1. 3 5
      src/views/enterprise/login/registerPage.vue

+ 3 - 5
src/views/enterprise/login/registerPage.vue

@@ -1,12 +1,10 @@
-
-
 <template>
   <div class="page" >
 
     <div class="content"  align="center">
       <h1 style="margin-left:-23%;margin-top: 8%;display: inline-block">注册农业试验评价系统</h1>
       <span style="font-size: 15px;display: inline-block;margin-left: 5px">(企业专属)</span>
-      <form>
+
         <div style="border-bottom:1px solid black ;width: 80%;margin-top:2% " >
           +86
           <input style="border:none;width: 94%;height:30px;font-size: 15px;outline: none" name="phone" type="text" placeholder="请输入注册手机号">
@@ -37,7 +35,7 @@
         <div align="left" style="margin-left: 10%;margin-top: 4%">
           <el-checkbox  v-model="checked" style="">我已阅读并同意蚯蚓农服 <a href="" style="color: #00afff">许可协议</a> 和 <a href="" style="color: #00afff">隐私政策</a></el-checkbox>
         </div>
-      </form>
+
     </div>
   </div>
 </template>
@@ -106,7 +104,7 @@ export default {
 }
 
 .content{
-  width: 36%;
+  width: 54%;
   height: 50vh;
   background: white;
   margin-left:  auto;