From a0fffa5896c6a02171caebb24100110ba9e2a685 Mon Sep 17 00:00:00 2001 From: "X1627315083@163.com" <1627315083@qq.com> Date: Wed, 6 May 2026 16:06:54 +0800 Subject: [PATCH] fix --- src/lang/cn.ts | 1 + src/lang/en.ts | 1 + src/router/index.ts | 2 +- .../SellerDashboard/MyListings/createSelectItem/index.vue | 3 ++- src/views/SellerDashboard/MyListings/main/content.vue | 1 + src/views/SellerDashboard/MyListings/main/contentItem.vue | 1 + src/views/SellerDashboard/MyListings/main/index.vue | 2 +- src/views/SellerDashboard/seller-header.vue | 7 +++++-- 8 files changed, 13 insertions(+), 5 deletions(-) diff --git a/src/lang/cn.ts b/src/lang/cn.ts index 9dc9b748..af55bdc0 100644 --- a/src/lang/cn.ts +++ b/src/lang/cn.ts @@ -1835,6 +1835,7 @@ export default { draftMessage: '商品已保存为草稿。您可以继续编辑,或稍后在“我的商品”中发布。', publishMessage: '商品现已上架。买家可以浏览并购买您的设计。', ActiveListings: '已发布商品', + Praka: '线稿', Drafts: '草稿', Cancel: '取消', Delete: '删除', diff --git a/src/lang/en.ts b/src/lang/en.ts index 3d5cb7dd..8ec54829 100644 --- a/src/lang/en.ts +++ b/src/lang/en.ts @@ -1889,6 +1889,7 @@ export default { draftMessage: 'Product moved to drafts and stats reset.', publishMessage: 'Item is now live on the Marketplace.', ActiveListings: 'Active Listings', + Praka: 'Praka', Drafts: 'Drafts', Cancel: 'Cancel', Delete: 'Delete', diff --git a/src/router/index.ts b/src/router/index.ts index 2d558328..e0402d11 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -283,7 +283,7 @@ const routes: Array = [ name: "myListingsSelectItem", meta: { enter: "all", - sellerHeaderTitleKey: "Seller.SelectCollection", + sellerHeaderTitleKey: "Seller.SelectSketch", sellerBreadcrumbs: [ myListingsBreadcrumb, selectCollectionBreadcrumb, diff --git a/src/views/SellerDashboard/MyListings/createSelectItem/index.vue b/src/views/SellerDashboard/MyListings/createSelectItem/index.vue index 77bfafd4..85f84c9b 100644 --- a/src/views/SellerDashboard/MyListings/createSelectItem/index.vue +++ b/src/views/SellerDashboard/MyListings/createSelectItem/index.vue @@ -178,7 +178,7 @@ const {} = toRefs(data);
- {{ $t('Seller.ActiveListings') }} + {{ $t('Seller.Praka') }}
@@ -317,6 +317,7 @@ const {} = toRefs(data); margin: 0 auto; overflow-y: auto; align-content: flex-start; + min-width: 90%; &::-webkit-scrollbar { display: none; } diff --git a/src/views/SellerDashboard/MyListings/main/content.vue b/src/views/SellerDashboard/MyListings/main/content.vue index 486b18fa..a3b11390 100644 --- a/src/views/SellerDashboard/MyListings/main/content.vue +++ b/src/views/SellerDashboard/MyListings/main/content.vue @@ -400,6 +400,7 @@ const { showDrafts } = toRefs(data); margin: 0 auto; align-items: flex-start; overflow: auto; + min-width: 90%; &::-webkit-scrollbar { display: none; } diff --git a/src/views/SellerDashboard/MyListings/main/contentItem.vue b/src/views/SellerDashboard/MyListings/main/contentItem.vue index a73976c7..9f91d451 100644 --- a/src/views/SellerDashboard/MyListings/main/contentItem.vue +++ b/src/views/SellerDashboard/MyListings/main/contentItem.vue @@ -132,6 +132,7 @@ const {} = toRefs(data); width: 100%; height: 100%; object-fit: cover; + background-color: #fff; } > .maskBtn{ position: absolute; diff --git a/src/views/SellerDashboard/MyListings/main/index.vue b/src/views/SellerDashboard/MyListings/main/index.vue index 9c084816..39e0067a 100644 --- a/src/views/SellerDashboard/MyListings/main/index.vue +++ b/src/views/SellerDashboard/MyListings/main/index.vue @@ -41,7 +41,7 @@ const {} = toRefs(data);