Browse Source

修复样式问题

yanliming 4 năm trước cách đây
mục cha
commit
24f7be564e

+ 0 - 1
src/views/bus/driverRecordInfo-list.vue

@@ -61,7 +61,6 @@
       @sort-change="sortChange"
       @selection-change="handleSelectionChange"
     >
-      <el-table-column type="selection" width="55"></el-table-column>
       <el-table-column prop="imageUrl" label="照片" width="150">
         <template slot-scope="{row}">
             <a v-if="row.imageUrl" :href="row.imageUrl" target="_blank">

+ 1 - 1
src/views/bus/routeInfo-detail.vue

@@ -11,7 +11,7 @@
     :title="title"
     :modal-append-to-body="false"
     style="text-align: left"
-    width="75%"
+    width="1200px"
     @close="closeDialog"
     :close-on-click-modal="false"
   >