Browse Source

党群优化2

shibei_master
dai 3 years ago
parent
commit
2c98d243cb
  1. 14
      src/views/modules/communityService/dqfwzx/cpts/edit.vue

14
src/views/modules/communityService/dqfwzx/cpts/edit.vue

@ -176,6 +176,7 @@
<div class="item-info"> <div class="item-info">
<el-input <el-input
class="item_width_1" class="item_width_1"
style="width: 150px"
maxlength="50" maxlength="50"
show-word-limit show-word-limit
placeholder="事项名" placeholder="事项名"
@ -208,7 +209,7 @@
<div class="item-pic"> <div class="item-pic">
<el-select <el-select
style="margin-left: 0" style="width: 150px; margin-left: 0"
v-model="item.appointmentType" v-model="item.appointmentType"
filterable filterable
placeholder="预约类型" placeholder="预约类型"
@ -224,7 +225,7 @@
</el-select> </el-select>
<el-time-select <el-time-select
style="margin-left: 10px" style="width: 120px; margin-left: 20px"
v-model="item.startTime" v-model="item.startTime"
:picker-options="{ :picker-options="{
start: '00:00', start: '00:00',
@ -237,6 +238,7 @@
</el-time-select> </el-time-select>
<span style="margin: 0 5px"></span> <span style="margin: 0 5px"></span>
<el-time-select <el-time-select
style="width: 120px"
v-model="item.endTime" v-model="item.endTime"
:picker-options="{ :picker-options="{
start: '00:00', start: '00:00',
@ -249,7 +251,7 @@
> >
</el-time-select> </el-time-select>
<el-button <el-button
style="margin-left: 100px" style="margin-left: 20px"
size="small" size="small"
@click="handleDelStaff(index)" @click="handleDelStaff(index)"
>删除</el-button >删除</el-button
@ -652,7 +654,7 @@ export default {
// margin-bottom: 7px; // margin-bottom: 7px;
.avatar-uploader { .avatar-uploader {
margin: 0 0 0 50px; margin: 0 0 0 20px;
::v-deep .el-upload { ::v-deep .el-upload {
cursor: pointer; cursor: pointer;
@ -682,7 +684,7 @@ export default {
} }
} }
.hint { .hint {
width: 75%; // width: 75%;
font-size: 14px; font-size: 14px;
color: #999999; color: #999999;
margin-left: 0; margin-left: 0;
@ -691,7 +693,7 @@ export default {
.item-pic { .item-pic {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-around; // justify-content: space-around;
} }
} }
} }

Loading…
Cancel
Save