From 406a6a220544aa17164f723313e3509a1c6a01d9 Mon Sep 17 00:00:00 2001 From: lizijiee <562949697@qq.com> Date: Tue, 2 Apr 2024 10:07:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=8F=AF=E7=96=91?= =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=A4=B9=EF=BC=8C=E5=9B=BE=E5=AE=A1=E5=AE=A1?= =?UTF-8?q?=E6=89=B9=E6=89=B9=E9=87=8F=E9=80=89=E6=8B=A9=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/Header/RecycleModal.vue | 2 +- src/views/worksheet/content/Content.vue | 90 +++++++------------ 2 files changed, 34 insertions(+), 58 deletions(-) diff --git a/src/layout/components/Header/RecycleModal.vue b/src/layout/components/Header/RecycleModal.vue index c9d2d99..f24faff 100644 --- a/src/layout/components/Header/RecycleModal.vue +++ b/src/layout/components/Header/RecycleModal.vue @@ -460,7 +460,7 @@ function refreshHandler() { class="wrapper-content-item-img" :class="{ 'wrapper-content-item-img-fit': viewMode !== 'masonry' }" :src="item.imgUrl" > --> - diff --git a/src/views/worksheet/content/Content.vue b/src/views/worksheet/content/Content.vue index aa732d6..51ffcb4 100644 --- a/src/views/worksheet/content/Content.vue +++ b/src/views/worksheet/content/Content.vue @@ -485,63 +485,6 @@ function reloadList() { - -
@@ -661,6 +604,39 @@ function reloadList() { margin-left: 6px; } } + .right { + display: flex; + align-items: center; + + .btn { + width: 118px; + height: 36px; + background: linear-gradient(135deg, #5b85f8, #3c6cf0); + border-radius: 17px; + box-shadow: 0px 2px 6px 0px rgba(116, 153, 253, 0.3); + display: flex; + align-items: center; + justify-content: center; + color: #fff; + margin-right: 6px; + cursor: pointer; + } + + .batch { + display: flex; + align-items: center; + + .btn-approval { + width: 68px; + height: 28px; + cursor: pointer; + } + + .btn-left { + margin-left: 16px; + } + } + } .font { font-size: 20px;