申请表单、审批详情、新建协同、协同详情、工作汇报和修改密码
This commit is contained in:
+11
-8
@@ -51,7 +51,9 @@
|
||||
<text class="lab">审批链</text>
|
||||
<text class="hint">{{ suggestedLabel || '将按固定审批链流转' }}</text>
|
||||
</view>
|
||||
<wd-button type="primary" block size="large" @click="submit">提交申请</wd-button>
|
||||
<view class="submit">
|
||||
<wd-button type="primary" block size="large" @click="submit">提交申请</wd-button>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
@@ -164,14 +166,15 @@ export default {
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
.body { padding: 24rpx 28rpx 48rpx; }
|
||||
.body { padding: 16rpx 24rpx 48rpx; }
|
||||
.field { margin-bottom: 24rpx; }
|
||||
.lab { font-size: 26rpx; color: #374151; display: block; margin-bottom: 10rpx; }
|
||||
.box { min-height: 92rpx; background: #fff; border-radius: 16rpx; padding: 22rpx 24rpx; font-size: 30rpx; border: 1rpx solid rgba(17,24,39,0.06); }
|
||||
.lab { font-size: 26rpx; color: #6B7280; display: block; margin-bottom: 10rpx; }
|
||||
.box { min-height: 92rpx; background: #fff; border-radius: 16rpx; padding: 22rpx 24rpx; font-size: 30rpx; color: #111827; border: 1rpx solid rgba(17,24,39,0.06); }
|
||||
.box.tall { min-height: 180rpx; }
|
||||
.box textarea, .box input { width: 100%; font-size: 30rpx; }
|
||||
.box textarea, .box input { width: 100%; font-size: 30rpx; color: #111827; }
|
||||
.inv { padding: 24rpx; margin-bottom: 16rpx; }
|
||||
.inv .box { margin-top: 12rpx; }
|
||||
.link { color: #1677FF; font-size: 28rpx; display: block; margin-bottom: 20rpx; }
|
||||
.hint { font-size: 24rpx; color: #6B7280; line-height: 1.5; }
|
||||
.inv .box { margin-top: 12rpx; background: #F5F7FA; }
|
||||
.link { color: #1677FF; font-size: 28rpx; font-weight: 600; display: block; margin: 4rpx 8rpx 24rpx; }
|
||||
.hint { font-size: 26rpx; color: #111827; line-height: 1.5; }
|
||||
.submit { margin-top: 8rpx; }
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user