From c75eed5c7ff2ebd592eb997982d1eac31ba9d956 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期三, 02 七月 2025 23:23:34 +0800
Subject: [PATCH] Merge branch 'dev' of http://42.193.1.25:9521/r/lmk-shop-web into dev

---
 manager/src/views/kitchen/kitchenVideo.vue |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/manager/src/views/kitchen/kitchenVideo.vue b/manager/src/views/kitchen/kitchenVideo.vue
index 7af33c0..c6b2b7f 100644
--- a/manager/src/views/kitchen/kitchenVideo.vue
+++ b/manager/src/views/kitchen/kitchenVideo.vue
@@ -252,9 +252,12 @@
         @on-selection-change="showSelect"
       >
         <template slot-scope="{ row, index }" slot="typeList">
-          <div v-for="(tag, index) in row.typeList" :key="'tag' + index" style="margin-top: 5px">
-            <Tag color="red">{{ tag.typeName }}</Tag>
+          <div style="display: flex;flex-wrap: wrap">
+            <div v-for="(tag, index) in row.typeList" :key="'tag' + index" style="margin-top: 5px">
+              <Tag color="red">{{ tag.typeName }}</Tag>
+            </div>
           </div>
+
         </template>
         <template slot-scope="{ row, index }" slot="videoFileKey">
           <div class="play-text" @click="playVideo(row.videoFileKey, row.title)">鐐瑰嚮鎾斁</div>
@@ -462,7 +465,7 @@
         {
           title: "瑙嗛鍒嗙被",
           key: "typeList",
-          width: 180,
+          width: 310,
           slot: "typeList",
         },
         {
@@ -521,6 +524,7 @@
           slot: "action",
           align: "center",
           width: 200,
+          fixed: "right",
         },
       ],
       data: [], // 琛ㄥ崟鏁版嵁

--
Gitblit v1.8.0