From cce252851de72fa5c60efe156ed1b0a7f97ee672 Mon Sep 17 00:00:00 2001
From: zhouxiaofeng <2946471396@qq.com>
Date: Wed, 1 Jul 2026 09:13:51 +0800
Subject: [PATCH] =?UTF-8?q?=E9=AA=91=E7=BC=9D=E7=AB=A0=E7=9A=84=E5=8D=A0?=
=?UTF-8?q?=E4=BD=8D=E9=81=AE=E6=8C=A1?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../launch/components/mixedSignModal.vue | 125 ++++--------------
1 file changed, 27 insertions(+), 98 deletions(-)
diff --git a/src/views/contract/launch/components/mixedSignModal.vue b/src/views/contract/launch/components/mixedSignModal.vue
index 9bb93d1..bc3c19b 100644
--- a/src/views/contract/launch/components/mixedSignModal.vue
+++ b/src/views/contract/launch/components/mixedSignModal.vue
@@ -265,30 +265,19 @@
-
-
-
-
-
-
![]()
-
- {{ pagingSeal.sealName || "骑缝章" }}
-
-
-
+
+
+
已添加骑缝章
+
![]()
+
@@ -1493,16 +1482,6 @@ function removePlacedSeal(id) {
sealItems.value = sealItems.value.filter((item) => item.id !== id);
}
-function handlePagingSealClick() {
- if (pagingSigned.value) {
- message.warning("骑缝章已签署");
- return;
- }
- if (!pagingSeal.sealId) {
- message.info("请从右侧印章列表拖拽一个印章到骑缝章区域");
- }
-}
-
function onDropPaging() {
if (!dragSealData || dragSealData._type !== "seal") return;
pagingSigned.value = false;
@@ -2265,82 +2244,32 @@ watch(visible, (value) => {
right: -18px;
transform: translateY(-50%);
width: 52px;
- height: fit-content;
- display: flex;
- align-items: center;
- justify-content: center;
z-index: 50;
- cursor: pointer;
transition: all 0.25s ease;
}
-.paging-seal-wrapper:hover {
- transform: translateY(-50%) scale(1.03);
-}
-
-.paging-empty-box {
- width: 100%;
- border: 2px dashed #cbd5e1;
- border-radius: 12px;
- background: rgba(248, 250, 252, 0.95);
- display: flex;
- align-items: center;
- justify-content: center;
- color: #94a3b8;
- transition: all 0.2s ease;
- padding: 10px;
-}
-
-.paging-empty-text {
- writing-mode: vertical-rl;
- text-orientation: upright;
- font-size: 16px;
- letter-spacing: 4px;
- font-weight: 600;
- line-height: 1.4;
-}
-
-.paging-empty-box:hover {
- border-color: #3b82f6;
- color: #3b82f6;
- background: #eff6ff;
-}
-
-.paging-seal-real {
- width: 100%;
- border: 2px solid rgba(210, 50, 50, 0.65);
- background: radial-gradient(
- circle at center,
- rgba(255, 255, 255, 0.04),
- rgba(255, 0, 0, 0.03)
- );
- border-radius: 12px;
+.paging-seal-badge {
display: flex;
flex-direction: column;
align-items: center;
- justify-content: center;
- opacity: 0.9;
- padding: 8px 4px;
- box-shadow:
- 0 0 12px rgba(210, 50, 50, 0.2),
- inset 0 0 8px rgba(210, 50, 50, 0.1);
+ gap: 6px;
+ padding: 10px 4px;
+ background: rgba(255, 255, 255, 0.95);
+ border: 1px solid #e5e7eb;
+ border-radius: 10px;
+ font-size: 11px;
+ color: #2c3e50;
+ font-weight: 500;
+ text-align: center;
+ line-height: 1.3;
+ box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
-.paging-seal-img {
- width: 32px;
- height: 32px;
+.paging-seal-thumb-inline {
+ width: 36px;
+ height: 36px;
object-fit: contain;
- margin-bottom: 4px;
-}
-
-.paging-seal-real-text {
- writing-mode: vertical-rl;
- text-orientation: upright;
- font-size: 14px;
- letter-spacing: 2px;
- color: rgba(210, 50, 50, 0.72);
- font-family: "STFangsong", "FangSong", "SimSun", serif;
- user-select: none;
+ border-radius: 4px;
}
.operation-sidebar {