Procházet zdrojové kódy

更新 按钮大小

王智慧 před 3 roky
rodič
revize
a2a15726c5

+ 1 - 4
src/views/shipManage/shipList.vue

@@ -7,13 +7,10 @@
           prefix-icon="el-icon-search"
           v-model="term"
           clearable
-          size="large"
           class="mr30"
           style="width: 300px"
         ></el-input>
-        <el-button size="large" type="primary" @click="getShipList(1)">
-          查询
-        </el-button>
+        <el-button type="primary" @click="getShipList(1)">查询</el-button>
       </div>
       <div class="c6 fs16">所有船舶总数量: {{ total }}</div>
     </div>

+ 1 - 5
src/views/shipOwnerManage/shipOwnerList.vue

@@ -7,16 +7,12 @@
           prefix-icon="el-icon-search"
           v-model="term"
           clearable
-          size="large"
           class="mr30"
           style="width: 300px"
         ></el-input>
-        <el-button size="large" type="primary" @click="getShipOwnerList(1)">
-          查询
-        </el-button>
+        <el-button type="primary" @click="getShipOwnerList(1)">查询</el-button>
       </div>
       <el-button
-        size="large"
         type="primary"
         @click="router.push('/shipOwnerManage/shipOwnerDetail')"
       >

+ 2 - 5
src/views/shipSecurityManage/checkShipList.vue

@@ -7,17 +7,14 @@
           prefix-icon="el-icon-search"
           v-model="term"
           clearable
-          size="large"
           class="mr30"
           style="width: 300px"
         ></el-input>
-        <el-button size="large" type="primary" @click="getSecurityCheckList(1)">
+        <el-button type="primary" @click="getSecurityCheckList(1)">
           查询
         </el-button>
       </div>
-      <el-button size="large" type="primary" @click="goToAdd">
-        发起船舶安检
-      </el-button>
+      <el-button type="primary" @click="goToAdd">发起船舶安检</el-button>
     </div>
     <div style="margin-top: 24px">
       <el-table border :data="tableData" stripe style="width: 100%">

+ 2 - 9
src/views/shipSecurityManage/shipCheckTemplateList.vue

@@ -7,21 +7,14 @@
           prefix-icon="el-icon-search"
           v-model="term"
           clearable
-          size="large"
           class="mr30"
           style="width: 300px"
         ></el-input>
-        <el-button
-          size="large"
-          type="primary"
-          @click="getSecurityTemplateList(1)"
-        >
+        <el-button type="primary" @click="getSecurityTemplateList(1)">
           查询
         </el-button>
       </div>
-      <el-button size="large" type="primary" @click="showDialog">
-        创建安检模板
-      </el-button>
+      <el-button type="primary" @click="showDialog">创建安检模板</el-button>
     </div>
     <div style="margin-top: 24px">
       <el-table border :data="tableData" stripe style="width: 100%">

+ 0 - 3
src/views/workStation/certsManage.vue

@@ -3,14 +3,12 @@
     <div class="mb20" style="margin-left: 200px">
       <el-button-group class="mr30">
         <el-button
-          size="large"
           :type="type == 1 ? 'primary' : ''"
           @click="(currentPage = 1), (type = 1), getCertList()"
         >
           当月
         </el-button>
         <el-button
-          size="large"
           :type="type == 2 ? 'primary' : ''"
           @click="(currentPage = 1), (type = 2), getCertList()"
         >
@@ -22,7 +20,6 @@
       <div class="btns mr20 mt50">
         <div v-for="(item, index) in certTypes" :key="item.id">
           <el-button
-            size="large"
             :type="certType == item.type ? 'primary' : ''"
             @click="
               (currentPage = 1),

+ 0 - 2
src/views/workStation/insuranceManage.vue

@@ -3,14 +3,12 @@
     <div class="mb30">
       <el-button-group class="mr30">
         <el-button
-          size="large"
           :type="type == 1 ? 'primary' : ''"
           @click="(currentPage = 1), (type = 1), getCertList()"
         >
           当月
         </el-button>
         <el-button
-          size="large"
           :type="type == 2 ? 'primary' : ''"
           @click="(currentPage = 1), (type = 2), getCertList()"
         >