浏览代码

sass登录

huangb 7 年之前
父节点
当前提交
efde87b09f
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 3 3
      pages/sassLogin/index.vue
  2. 1 1
      pages/sassLogin/register.vue

+ 3 - 3
pages/sassLogin/index.vue

@@ -1,5 +1,5 @@
 <template>
-  <div class="x-container">
+  <div class="x-container y-container">
    <!--登录窗口-->
     <template v-if="!loginIsSuccess">
       <div class="x-login-wrap">
@@ -823,8 +823,8 @@
   }
 </script>
 <style lang="scss" type="text/scss">
- .x-container {
-   width: 346px;
+ .y-container {
+   width: 346px !important ;
    margin: 0 auto;
    text-align: center;
    /*background: #FFFFFF;*/

+ 1 - 1
pages/sassLogin/register.vue

@@ -476,7 +476,7 @@
   }
 </script>
 <style lang="scss" scoped>
-  .register {
+  .go-register {
     margin: 0 auto;
     width: 100%;
     background: #eee;