jinx 1 год назад
Родитель
Сommit
177c50e596

+ 2 - 0
packages/app-cdfg/src/components/Tags/brand-list.vue

@@ -86,6 +86,7 @@ const chooseItem = item => {
 }
 const saveBrand = () => {
     hotData.value.brandId = brand.value.cdfBrandId
+    hotData.value.title = brand.value.zhName
     hotData.value.brand = brand.value
     emits('close')
 }
@@ -133,6 +134,7 @@ watch(
     }
 )
 onMounted(() => {
+    store.commit('tag/resetBrandsList')
     showListPanel.value = true
     getData(true)
 })

+ 1 - 1
packages/app-cdfg/src/components/Tags/tag-info.vue

@@ -290,7 +290,7 @@ onMounted(() => {})
                     margin-top: 6px;
                     text-align: center;
                     // display: inline-block;
-                    text-align: center;
+                    word-break: break-word;
                     color: rgba(255, 255, 255, 0.3);
                 }
             }