Browse Source

投手数据 行间距

xiuli.gao 1 year ago
parent
commit
f3db97b925

+ 1 - 1
index.html

@@ -7,4 +7,4 @@
7 7
         hm.src = "https://hm.baidu.com/hm.js?d61b9e2caf4d46ccda7471b5385e2333";
8 8
         var s = document.getElementsByTagName("script")[0];
9 9
         s.parentNode.insertBefore(hm, s);
10
-      })();</script><link href=./static/css/app.97162945a2022888beb9949fa4ba0a1b.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.d7d3fa7e1260cce92f38.js></script><script type=text/javascript src=./static/js/app.d0ab4a91e201adb7742d.js></script></body></html>
10
+      })();</script><link href=./static/css/app.153696775ff963c0decb21bb2d3538b3.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.76246535ae2b6ba954bc.js></script><script type=text/javascript src=./static/js/app.d0ab4a91e201adb7742d.js></script></body></html>

+ 9 - 8
project/src/components/dataBoard/throwPerson/throwPersonPuton.vue

@@ -68,7 +68,8 @@
68 68
       :header-cell-style="headerColor" :height="height" show-footer-overflow="tooltip" show-overflow="tooltip"
69 69
       size="mini">
70 70
       <ux-table-column v-for="item in desCol" :key="item.prop" :resizable="true" :field="item.prop" :title="item.label"
71
-        :min-width="item.min_width ? item.min_width : 120" :fixed="item.fixed ? item.fixed : ''" align="center">
71
+        :min-width="item.min_width ? item.min_width : 120" align="center">
72
+        <!-- :fixed="item.fixed ? item.fixed : ''" -->
72 73
         <template #header>
73 74
           <div
74 75
             :class="['flex-align-jus-center', item.sort ? 'pointer' : '', sort_field == item.prop ? 'sortFieldStyle' : '']"
@@ -84,7 +85,7 @@
84 85
           <span v-if="item.prop === 'account_name'" :class="sort_field == item.prop ? 'sortFieldStyle' : ''">{{ row[item.prop] }}</span>
85 86
 
86 87
           <!-- S 使用客服 -->
87
-          <div v-else-if="item.prop === 'user_list_show'">
88
+          <div v-else-if="item.prop === 'user_list_show'" style="padding: 4px 0;">
88 89
             <template v-if="row['user_list_show'] && row['user_list_show'].length">
89 90
               <colPopover :list="row['user_list_show']" :maxLength="4" :width="280" />
90 91
             </template>
@@ -351,7 +352,7 @@ export default {
351 352
           if (type == 'export') {
352 353
             this.exportEvent(res.rst.data)
353 354
           } else {
354
-            this.datas = res.rst.data // 知道为啥datas不在 data()方法里面定义吗?嘻嘻
355
+            this.datas = res.rst.data
355 356
             this.$refs.plxTable.reloadData(this.datas)
356 357
             this.total = res.rst.pageInfo.total;
357 358
             this.pages = res.rst.pageInfo.pages;
@@ -452,11 +453,11 @@ export default {
452 453
 
453 454
 <style lang="scss">
454 455
 .throwPersonPuton-list {
455
-  // .elx-table.elx-editable.size--mini .elx-body--column,
456
-  // .elx-table.size--mini .elx-body--column.col--ellipsis,
457
-  // .elx-table.size--mini .elx-footer--column.col--ellipsis {
458
-  //   height: 120px !important;
459
-  // }
456
+  .elx-table.elx-editable.size--mini .elx-body--column,
457
+  .elx-table.size--mini .elx-body--column.col--ellipsis,
458
+  .elx-table.size--mini .elx-footer--column.col--ellipsis {
459
+    // height: auto !important;
460
+  }
460 461
   .elx-table.size--mini .elx-body--column.col--ellipsis>.elx-cell,
461 462
   .elx-table.size--mini .elx-footer--column.col--ellipsis>.elx-cell {
462 463
     max-height: initial !important;

File diff suppressed because it is too large
+ 1 - 1
static/css/app.97162945a2022888beb9949fa4ba0a1b.css


File diff suppressed because it is too large
+ 0 - 1
static/js/15.dcdcba6b37785e72d576.js


File diff suppressed because it is too large
+ 1 - 0
static/js/15.f169f0682ec4ed68377c.js


File diff suppressed because it is too large
+ 1 - 1
static/js/manifest.d7d3fa7e1260cce92f38.js