zhulu 1 rok pred
rodič
commit
0e8d2b5daa

+ 1 - 1
src/views/core/drill/drillDictionary/index.vue

@@ -154,7 +154,7 @@
                             />
                           </template>
                         </el-table-column>-->
-            <el-table-column label="演练场景" scoped-slot="drillProjects" align="center" width="180"
+            <el-table-column label="演练场景" scoped-slot="drillProjects" header-align="center" align="left" width="180"
                              prop="drillProjects">
               <template slot-scope="scope">
                 <div class="ellipsis" :title="scope.row.drillProjects">{{ scope.row.drillProjects }}</div>