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