From ddb7a366b5f90ace4d6d5693bae62851f87aef65 Mon Sep 17 00:00:00 2001 From: "X1627315083@163.com" <1627315083@qq.com> Date: Thu, 16 Apr 2026 15:58:22 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9loding=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/style/style.css | 26 +++++++++++++++---- src/assets/style/style.less | 4 +-- .../Detail/detailRight/editPrintElement.vue | 8 +++--- .../MyListings/main/deleteDrafts.vue | 4 +-- 4 files changed, 29 insertions(+), 13 deletions(-) diff --git a/src/assets/style/style.css b/src/assets/style/style.css index 8f96aae1..f0fdfaf8 100644 --- a/src/assets/style/style.css +++ b/src/assets/style/style.css @@ -1251,8 +1251,8 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte border-color: #000 !important; } .ant-spin .ant-spin-dot { - width: 1.5em; - height: 1.5em; + width: 4.5rem; + height: 4.5rem; } .ant-spin-dot-item { background-color: #000000 !important; @@ -2470,6 +2470,22 @@ textarea:focus { opacity: 0.8; border-radius: 0.7rem; } +.mini-scrollbar::-webkit-scrollbar { + width: 0.4rem; +} +.mini-scrollbar::-webkit-scrollbar-thumb { + border-radius: 0.4rem; + background: rgba(0, 0, 0, 0.2); +} +.mosaic-bg { + --mosaic-bg-size: 1rem; + --mosaic-bg-color1: #efefef; + --mosaic-bg-color2: #fff; + background-image: repeating-conic-gradient(var(--mosaic-bg-color1) 0% 25%, var(--mosaic-bg-color2) 0% 50%); + background-repeat: repeat; + background-position: 50% 50%; + background-size: var(--mosaic-bg-size) var(--mosaic-bg-size); +} .mark_loading { position: fixed; width: 100%; @@ -2507,6 +2523,6 @@ textarea:focus { .justify-center { justify-content: center; } -.flex-1{ - flex: 1; -} \ No newline at end of file +.flex-1 { + flex: 1; +} diff --git a/src/assets/style/style.less b/src/assets/style/style.less index 146addd3..31f19666 100644 --- a/src/assets/style/style.less +++ b/src/assets/style/style.less @@ -1379,8 +1379,8 @@ tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::afte } //loding样式 .ant-spin .ant-spin-dot{ - width: 1.5em; - height: 1.5em; + width: 4.5rem; + height: 4.5rem; } .ant-spin-dot-item{ background-color: #000000 !important; diff --git a/src/component/Detail/detailRight/editPrintElement.vue b/src/component/Detail/detailRight/editPrintElement.vue index 22a20bf8..77bb10b7 100644 --- a/src/component/Detail/detailRight/editPrintElement.vue +++ b/src/component/Detail/detailRight/editPrintElement.vue @@ -233,10 +233,10 @@ export default defineComponent({ let sketchH = editPrintElementData.sketchWH.height * editPrintElementData.sketchWH.scale[1] let x = sketchW / 2 - (sketchW * (width / editPrintElementData.sketchWH.width)/2) let y = sketchH / 2 -(sketchH * height/2) - if(editPrintElementData.stateOverallSingle !== 'single'){ - x = sketchW / 2 - y = sketchH / 2 - } + // if(editPrintElementData.stateOverallSingle !== 'single'){ + // x = sketchW / 2 + // y = sketchH / 2 + // } let location = [x,y] resolve({scale,location}) } diff --git a/src/views/SellerDashboard/MyListings/main/deleteDrafts.vue b/src/views/SellerDashboard/MyListings/main/deleteDrafts.vue index acf53ee0..04287917 100644 --- a/src/views/SellerDashboard/MyListings/main/deleteDrafts.vue +++ b/src/views/SellerDashboard/MyListings/main/deleteDrafts.vue @@ -20,8 +20,8 @@ const fun = ref(null) let deleteDraftsRef = ref(null) -const open = (fun)=>{ - fun.value = fun +const open = (deleteFun)=>{ + fun.value = deleteFun emit('update:visible', true) } From 44abb1b1eecd31541ffa29afe77cb358b75c0a35 Mon Sep 17 00:00:00 2001 From: "X1627315083@163.com" <1627315083@qq.com> Date: Thu, 16 Apr 2026 16:55:52 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E8=B0=83=E6=95=B4=E4=B8=A4=E4=B8=AA?= =?UTF-8?q?=E6=8B=96=E6=8B=BD=E4=BA=92=E8=A1=A5=E5=B9=B2=E6=89=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/SellerDashboard/MyListings/main/content.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/SellerDashboard/MyListings/main/content.vue b/src/views/SellerDashboard/MyListings/main/content.vue index 601c05bf..ac133e37 100644 --- a/src/views/SellerDashboard/MyListings/main/content.vue +++ b/src/views/SellerDashboard/MyListings/main/content.vue @@ -245,7 +245,7 @@ const { showDrafts } = toRefs(data); v-bind="config" :group="{ name: 'sortable', - pull: true, + pull: false, put: true }" >