daiqisheng 3 years ago
parent
commit
b7646f7178
1 changed files with 2 additions and 2 deletions
  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"