Browse Source

登录页按钮样式调整

ljb 11 months ago
parent
commit
b0ed50abe3
2 changed files with 1 additions and 15 deletions
  1. 1 1
      src/styles/login.scss
  2. 0 14
      src/views/tech-person/high-tech-person-sum-list.vue

+ 1 - 1
src/styles/login.scss

@@ -125,7 +125,7 @@
 }
 
 .login-submit {
-  width: 60%;
+  width: 100%;
   height: 45px;
   border: 1px solid #409EFF;
   background: none;

+ 0 - 14
src/views/tech-person/high-tech-person-sum-list.vue

@@ -45,20 +45,6 @@
     </avue-crud>
 
     <upload-excel-dialog ref="uploadExcelDialog" :uploadAfter="uploadAfter"/>
-
-    <el-dialog title="年度高新科技人员导入"
-      append-to-body
-      :visible.sync="excelBox"
-      width="555px"
-    >
-      <avue-form :option="excelOption" v-model="excelForm" :upload-after="uploadAfter">
-        <template slot="excelTemplate">
-          <el-button type="primary" @click="handleTemplate">
-            点击下载<i class="el-icon-download el-icon--right"></i>
-          </el-button>
-        </template>
-      </avue-form>
-    </el-dialog>
   </basic-container>
 </template>