|
|
@@ -80,7 +80,7 @@
|
|
|
<!-- 工作负责人选择 -->
|
|
|
<view class="info-section">
|
|
|
<view class="section-title">
|
|
|
- <text class="section-title-text">工作负责人</text>
|
|
|
+ <text class="section-title-text">工作负责人<text style="color: red;">*</text></text>
|
|
|
</view>
|
|
|
<view class="info-card">
|
|
|
<view class="form-item">
|
|
|
@@ -88,7 +88,9 @@
|
|
|
<view class="form-picker" @click="showLeaderPicker = true">
|
|
|
<view class="picker-display">
|
|
|
<text v-if="selectedTeamLeaderName" class="selected-value">{{ selectedTeamLeaderName }}</text>
|
|
|
- <text v-else class="placeholder">请选择工作负责人</text>
|
|
|
+ <text v-else class="placeholder">
|
|
|
+ 请选择工作负责人
|
|
|
+ </text>
|
|
|
<text class="arrow">▼</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
@@ -777,7 +779,7 @@
|
|
|
}
|
|
|
|
|
|
.modal-body {
|
|
|
- // max-height: 800rpx;
|
|
|
+ max-height: 800rpx;
|
|
|
min-height: 800rpx;
|
|
|
}
|
|
|
|