Преглед изворни кода

去掉表格右侧底部固定显示底边

zhanglb пре 3 година
родитељ
комит
7d9e80b403
2 измењених фајлова са 4 додато и 1 уклоњено
  1. 3 0
      front-vue/src/App.vue
  2. 1 1
      front-vue/src/views/login.vue

+ 3 - 0
front-vue/src/App.vue

@@ -267,4 +267,7 @@ export default {
     color: #333333;
   }
 }
+.el-table__fixed::before, .el-table__fixed-right::before{
+    background-color: transparent;
+}
 </style>

+ 1 - 1
front-vue/src/views/login.vue

@@ -24,7 +24,7 @@
                                         </el-input>
                                     </el-form-item>
                                     <el-form-item prop="cade">
-                                        <el-input v-model="loginForm.shortMessageCode" type="text"  maxlength="" auto-complete="off" placeholder="请输入验证码" id="" onkeydown="enterHandler(event)">
+                                        <el-input v-model="loginForm.shortMessageCode" type="text"  maxlength="" auto-complete="off" placeholder="请输入验证码" id="">
                                             <svg-icon slot="prefix" icon-class="validCode" class="el-input__icon input-icon" />
                                             <el-button class="zap-code-button" slot="suffix" @click="sendMessage" :disabled="sendShortMessageBtn">{{codeBtnWord}}</el-button>
                                         </el-input>