Procházet zdrojové kódy

表格高度修改

duy před 2 měsíci
rodič
revize
ae6dc9a54c
1 změnil soubory, kde provedl 4 přidání a 3 odebrání
  1. 4 3
      src/views/digital/signer.vue

+ 4 - 3
src/views/digital/signer.vue

@@ -85,7 +85,7 @@
                                 label="元素来源"
                                >
                                <template slot-scope="scope">
-                                <el-link type="primary" @click="eleCheck(scope.row,scope.$index,1)">查看</el-link>
+                                <el-link type="warning" @click="eleCheck(scope.row,scope.$index,1)">查看</el-link>
                                </template>
                                 </el-table-column>
                                 <el-table-column
@@ -93,7 +93,7 @@
                                 label="绑定岗位"
                                >
                                <template slot-scope="scope">
-                                <el-link type="primary" @click="selectPost(scope.row,scope.$index,1)">查看</el-link>
+                                <el-link type="warning" @click="selectPost(scope.row,scope.$index,1)">查看</el-link>
                                </template>
                                 </el-table-column>
                                 <el-table-column
@@ -271,7 +271,7 @@
                             </el-scrollbar>
                         </div>
                         <el-table
-                        height="400px"
+                    max-height="600px"
                         v-loading="elementLoading"
                             v-if="selectedSourceOption === 1&&isEleView"
                             :data="elementList1"
@@ -339,6 +339,7 @@
                         v-if="isPosView"
                         :data="positionList1"
                         border
+                        max-height="600px"
                           :header-cell-style="{ background: '#A0B7E2', color: 'black' }"
                         style="width: 100%;margin-top: 20px;">