|
@@ -105,14 +105,14 @@
|
|
|
</template>
|
|
|
</forLayOut>
|
|
|
<CollectInfo ref="collectRef"></CollectInfo>
|
|
|
- <common-dialog width="380px" :visible="monitorInfo.showD2" title="确定不再监控?">
|
|
|
+ <common-dialog custom-class="monitor-class" width="380px" :visible="monitorInfo.showD2" title="确定不再监控?">
|
|
|
<template #footer>
|
|
|
<button class="action-button confirm" @click="setClientMonitorConfirm('2')">我再想想</button>
|
|
|
<button class="action-button cancel" @click="setClientMonitorCancel('2')">确认取消</button>
|
|
|
</template>
|
|
|
取消监控,将错过业主最新动态推送
|
|
|
</common-dialog>
|
|
|
- <common-dialog width="380px" :visible="monitorInfo.showD3" title="申请监控更多业主">
|
|
|
+ <common-dialog custom-class="monitor-class" width="380px" :visible="monitorInfo.showD3" title="申请监控更多业主">
|
|
|
<template #footer>
|
|
|
<button class="action-button confirm" @click="setClientMonitorConfirm('3')">联系客服</button>
|
|
|
<button class="action-button cancel" @click="setClientMonitorCancel('3')">返回</button>
|
|
@@ -499,6 +499,20 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
+ ::v-deep{
|
|
|
+ .monitor-class {
|
|
|
+ padding: 32px;
|
|
|
+ .el-dialog__header {
|
|
|
+ padding: 0;
|
|
|
+ }
|
|
|
+ .el-dialog__body {
|
|
|
+ padding: 20px 0 32px;
|
|
|
+ }
|
|
|
+ .el-dialog__footer{
|
|
|
+ padding: 0;
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
.area-icon {
|
|
|
display: inline-block;
|
|
|
width: 18px;
|