|
@@ -12,7 +12,7 @@
|
|
|
</view>
|
|
</view>
|
|
|
<u-modal :show="modalShow" @cancel="modalShow=false" :showCancelButton="true" :closeOnClickOverlay="true"
|
|
<u-modal :show="modalShow" @cancel="modalShow=false" :showCancelButton="true" :closeOnClickOverlay="true"
|
|
|
@confirm="assign" :title="'指派'">
|
|
@confirm="assign" :title="'指派'">
|
|
|
- <view>
|
|
|
|
|
|
|
+ <view style="width: 680rpx;">
|
|
|
<view>
|
|
<view>
|
|
|
<u--input placeholder="分管部门" @click.native="showPicker" v-model="addForm.fgDeptName"></u--input>
|
|
<u--input placeholder="分管部门" @click.native="showPicker" v-model="addForm.fgDeptName"></u--input>
|
|
|
|
|
|
|
@@ -278,5 +278,21 @@
|
|
|
</script>
|
|
</script>
|
|
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
|
|
+ /deep/.u-subsection__item__text {
|
|
|
|
|
+ font-size: 28rpx !important;
|
|
|
|
|
+ }
|
|
|
|
|
+ /deep/.uni-input-placeholder {
|
|
|
|
|
+ font-size: 28rpx !important;
|
|
|
|
|
+ }
|
|
|
|
|
+ /deep/.selected-item {
|
|
|
|
|
+ font-size: 28rpx !important;
|
|
|
|
|
+ }
|
|
|
|
|
+ /deep/.uni-input-input {
|
|
|
|
|
+ font-size: 28rpx !important;
|
|
|
|
|
+ }
|
|
|
|
|
+ /deep/.placeholder {
|
|
|
|
|
+ font-size: 28rpx !important;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
|
|
|
</style>
|
|
</style>
|