From d16d0fbbad0b74d0a7a865019fbcdd44dbf1afcf Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Wed, 24 Jun 2026 20:59:15 +0800 Subject: [PATCH] no message --- components/panel/formSlot.vue | 50 ++++++++++++++++++++++++++++--------------- 1 file changed, 33 insertions(+), 17 deletions(-) diff --git a/components/panel/formSlot.vue b/components/panel/formSlot.vue index 79f3a0c..39110f9 100644 --- a/components/panel/formSlot.vue +++ b/components/panel/formSlot.vue @@ -306,27 +306,29 @@
-
-
-
- {{ selectedDeptNames[sIndex] }} - +
+
+
+
+
+ +
+
+ {{ selectedDeptNames[sIndex] }} +
+
+
+ 确定 · {{ selectedDeptIds.length }} +
-
@@ -1125,10 +1127,15 @@ export default { padding-bottom: env(safe-area-inset-bottom); min-height: 72px; } +.dept-selected-content { + width: 100%; + align-items: center; +} .dept-selected-scroll { max-height: 160rpx; overflow-y: auto; -webkit-overflow-scrolling: touch; + margin-right: 16rpx; } .dept-selected-tag { background-color: #f0f2ff; @@ -1140,6 +1147,15 @@ export default { max-width: 100%; box-sizing: border-box; } +.dept-submit-btn { + background-color: #6A81FF; + color: #fff; + font-size: 14px; + padding: 8rpx 24rpx; + border-radius: 8rpx; + height: 36px; + cursor: pointer; +} .dept-columns-scroll { white-space: nowrap; overflow-x: auto;