|
@@ -252,7 +252,7 @@
|
|
:props="{emitPath:false}"
|
|
:props="{emitPath:false}"
|
|
:options="options"
|
|
:options="options"
|
|
class="width100"
|
|
class="width100"
|
|
- placeholder="请选择区域"
|
|
|
|
|
|
+ placeholder="请选择"
|
|
@change="shareScopeChange1(indexs)"
|
|
@change="shareScopeChange1(indexs)"
|
|
v-model="items.region"
|
|
v-model="items.region"
|
|
clearable
|
|
clearable
|
|
@@ -267,7 +267,7 @@
|
|
:options="scopeList"
|
|
:options="scopeList"
|
|
:props="props"
|
|
:props="props"
|
|
class="width100"
|
|
class="width100"
|
|
- placeholder="请选择区域"
|
|
|
|
|
|
+ placeholder="请选择"
|
|
@change="shareScopeChange(indexs)"
|
|
@change="shareScopeChange(indexs)"
|
|
v-model="items.region"
|
|
v-model="items.region"
|
|
clearable
|
|
clearable
|
|
@@ -1147,7 +1147,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-<style lang="scss">
|
|
|
|
|
|
+<style lang="scss" >
|
|
@import '../../style.scss';
|
|
@import '../../style.scss';
|
|
.landlord-title {
|
|
.landlord-title {
|
|
margin-bottom: 20px;
|
|
margin-bottom: 20px;
|
|
@@ -1201,7 +1201,7 @@ export default {
|
|
}
|
|
}
|
|
.el-scrollbar:nth-child(2) {
|
|
.el-scrollbar:nth-child(2) {
|
|
.el-checkbox {
|
|
.el-checkbox {
|
|
- display: none;
|
|
|
|
|
|
+ display: none !important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|