lex-xin před 5 roky
rodič
revize
c0030c62b3

+ 7 - 6
src/App.vue

@@ -193,11 +193,11 @@ input[type="number"] {
 .m-container {
   box-sizing: border-box;
   background-color: #fff;
-  padding: 18px 60px 40px;
+  padding: 18px 30px 40px;
   // height: calc(100vh- 80px) !important;
   // height: calc(100vh - 70px);
   width: 100%;
-  min-width: 1440px;
+  // min-width: 1440px;
   // overflow: auto;
   .m-core {
     margin-top: 10px;
@@ -208,7 +208,7 @@ input[type="number"] {
     height: 48px;
     line-height: 48px;
     position: relative;
-    // padding-left: 30px;
+    // padding-left: 20px;
     font-size: 32px;
     font-weight: 600;
     margin-bottom: 10px;
@@ -235,9 +235,10 @@ input[type="number"] {
       background-color: #14928a;
     }
     .squrt {
-      position: absolute;
-      left: -25px;
-      top: 8px;
+      // position: absolute;
+      // left: 0;
+      // top: 8px;
+      margin-right: 15px;
       height: 34px;
       width: 8px;
       background-color: #14928a;

+ 0 - 1
src/views/teacherManager/teacherList.vue

@@ -245,7 +245,6 @@ export default {
     onTeacher (type, row) {
       let search = JSON.stringify(this.searchForm)
       let rules = JSON.stringify(this.pageInfo)
-      console.log(search, rules)
       let params = {
         type: type,
         search,

+ 1 - 0
src/views/teamDetail/teamList.vue

@@ -144,6 +144,7 @@
           </el-table-column>
           <el-table-column align='center'
                            width='200px'
+                           fixed="right"
                            label="操作">
             <template slot-scope="scope">
               <div>

+ 1 - 1
src/views/vipClass/vipList.vue

@@ -318,6 +318,6 @@ export default {
 .m-container {
   box-sizing: border-box;
   background-color: #fff;
-  padding: 18px 95px 55px 60px;
+  // padding: 18px 95px 55px 60px;
 }
 </style>