diff --git a/components/panel/formSlot.vue b/components/panel/formSlot.vue index 7157e3b..79f3a0c 100644 --- a/components/panel/formSlot.vue +++ b/components/panel/formSlot.vue @@ -255,8 +255,8 @@ - -
+ +
选择部门
@@ -273,8 +273,8 @@
- -
+
+
- +
@@ -320,13 +320,13 @@
- +
@@ -1044,6 +1044,13 @@ export default { display: flex; flex-direction: column; } + +.dept-picker-wras { + background-color: #fff; + display: flex; + flex-direction: column; +} + .dept-breadcrumb { width: 100%; box-sizing: border-box; @@ -1052,6 +1059,7 @@ export default { .dept-list-scroll { flex: 1; width: 100%; + overflow-y: auto; -webkit-overflow-scrolling: touch; } .dept-list-item { @@ -1059,6 +1067,11 @@ export default { flex-direction: row; align-items: stretch; height: 56px; + &:last-child{ + .dept-content-area{ + border-bottom: none; + } + } } .dept-checkbox-area { width: 56px; @@ -1107,6 +1120,10 @@ export default { background-color: #fafafa; border-top: 1px solid #f0f0f0; padding: 12rpx 24rpx; + flex-shrink: 0; + padding-bottom: constant(safe-area-inset-bottom); + padding-bottom: env(safe-area-inset-bottom); + min-height: 72px; } .dept-selected-scroll { max-height: 160rpx;