Selaa lähdekoodia

Merge branch 'master' of https://git.agilestar.cn/spfm-group/spfm-market-front

molilang 3 vuotta sitten
vanhempi
commit
44362f1e03
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      src/pages/main/performance/components/table.vue

+ 2 - 2
src/pages/main/performance/components/table.vue

@@ -2,7 +2,7 @@
  * @Author       : yuanrunwei
  * @Date         : 2021-11-01 18:02:58
  * @LastEditors: Please set LastEditors
- * @LastEditTime: 2022-01-12 13:19:40
+ * @LastEditTime: 2022-01-12 13:58:02
  * @FilePath     : /spfm-market-front/src/pages/main/performance/components/table.vue
 -->
 <template>
@@ -63,7 +63,7 @@
           {{ dictionary[scope.row[props]] }}
         </div>
         <div v-else-if="type === 'file'">
-          <div v-if="scope.row[props] && scope.row[props].length">
+          <div v-if="scope.row[props] && scope.row[props].length" class="flex-justify-center">
             <span
               v-for="(item, index) in scope.row[props].split(',')"
               :key="index"