Browse Source

样式修改

master
mk 2 years ago
parent
commit
b51f457a8c
  1. 4
      src/views/next/dialog-module/companyDetail/index.vue
  2. 8
      src/views/next/dialog-module/houseDetail/index.vue
  3. 2
      src/views/next/screen-content-left/index.vue
  4. 2
      src/views/next/screen-content-left/jinshui-impression/index.vue
  5. 4
      src/views/next/screen-content-left/red-party-build/index.vue
  6. 6
      src/views/next/screen-content-map/index.vue

4
src/views/next/dialog-module/companyDetail/index.vue

@ -82,7 +82,7 @@ export default {
watch: {}, watch: {},
} }
</script> </script>
<style lang="scss"> <style lang="scss" scoped>
p { p {
position: relative; position: relative;
padding-left: 10px; padding-left: 10px;
@ -103,7 +103,7 @@ p {
.main { .main {
width: 100%; width: 100%;
height: auto; height: auto;
padding: 15px; padding: 25px;
box-sizing: border-box; box-sizing: border-box;
// position: absolute; // position: absolute;
// top: calc(50% - 512px / 2); // top: calc(50% - 512px / 2);

8
src/views/next/dialog-module/houseDetail/index.vue

@ -92,7 +92,7 @@
</div> </div>
<p>家庭成员</p> <p>家庭成员</p>
<el-table :data="tableData" <el-table :data="tableData"
style="width: 400px;max-height: 200px;overflow-y: scroll;"> style="width: calc(100% - 30px);max-height: 200px;overflow-y: scroll;">
<el-table-column type="index" label="序号"> <el-table-column type="index" label="序号">
</el-table-column> </el-table-column>
<el-table-column prop="houseHeadRelation" <el-table-column prop="houseHeadRelation"
@ -320,7 +320,7 @@ export default {
watch: {}, watch: {},
} }
</script> </script>
<style lang="scss"> <style lang="scss" scoped>
p { p {
position: relative; position: relative;
padding-left: 10px; padding-left: 10px;
@ -339,9 +339,9 @@ p {
} }
.main { .main {
width: 410px; width: 100%;
height: auto; height: auto;
padding: 15px; padding: 25px;
// position: absolute; // position: absolute;
// top: calc(50% - 512px / 2); // top: calc(50% - 512px / 2);
// left: calc(50% - 644px / 2); // left: calc(50% - 644px / 2);

2
src/views/next/screen-content-left/index.vue

@ -137,7 +137,7 @@ export default {
box-sizing: border-box; box-sizing: border-box;
.change-container { .change-container {
width: 100%; width: 100%;
height: calc(100% - 250px - 32px); height: calc(100% - 160px - 32px);
overflow: hidden; overflow: hidden;
} }
} }

2
src/views/next/screen-content-left/jinshui-impression/index.vue

@ -121,7 +121,7 @@ img {
} }
.jinshui-impression { .jinshui-impression {
width: 100%; width: 100%;
height: calc(250px + 32px); height: calc(200px + 32px);
&-content { &-content {
width: 100%; width: 100%;
height: calc(100% - 32px); height: calc(100% - 32px);

4
src/views/next/screen-content-left/red-party-build/index.vue

@ -11,7 +11,7 @@
<StrengthMainList <StrengthMainList
:headerList="headerList" :headerList="headerList"
:dataList="dataList" :dataList="dataList"
:pageSize="3" :pageSize="4"
/> />
</div> </div>
</div> </div>
@ -206,7 +206,7 @@ export default {
} }
.community-list { .community-list {
width: 100%; width: 100%;
height: 41.08%; height: 52.08%;
box-sizing: border-box; box-sizing: border-box;
padding-top: 26px; padding-top: 26px;
&-content { &-content {

6
src/views/next/screen-content-map/index.vue

@ -64,10 +64,10 @@
<iframe src="http://172.22.68.29/emergency-dashboard-jinshui/#/" <iframe src="http://172.22.68.29/emergency-dashboard-jinshui/#/"
style="height: 100%;width: 100%; z-index: 30;"></iframe> style="height: 100%;width: 100%; z-index: 30;"></iframe>
</div> </div>
<el-dialog :visible.sync="cityFlag" width="500px" v-if="cityFlag" :modal="false"> <el-dialog :visible.sync="cityFlag" width="500px" v-if="cityFlag" :modal="false" top="26vh">
<cityFliterResi :searchValue="searchValue" /> <cityFliterResi :searchValue="searchValue" />
</el-dialog> </el-dialog>
<el-dialog :visible.sync="houseFlag" width="800px" v-if="houseFlag" :modal="false"> <el-dialog :visible.sync="houseFlag" top="26vh" width="800px" v-if="houseFlag" :modal="false">
<houseFliterResi :searchValue="searchValue" @handelClickLook="handelClickLook" /> <houseFliterResi :searchValue="searchValue" @handelClickLook="handelClickLook" />
<el-dialog width="30%" top="26vh" v-if="showHouseDetail" :visible.sync="showHouseDetail" append-to-body <el-dialog width="30%" top="26vh" v-if="showHouseDetail" :visible.sync="showHouseDetail" append-to-body
:modal="false" custom-class="backDialog"> :modal="false" custom-class="backDialog">
@ -77,7 +77,7 @@
<el-dialog :visible.sync="resiFlag" width="800px" v-if="resiFlag" :modal="false"> <el-dialog :visible.sync="resiFlag" width="800px" v-if="resiFlag" :modal="false">
<searchResi :searchValue="searchValue" /> <searchResi :searchValue="searchValue" />
</el-dialog> </el-dialog>
<el-dialog :visible.sync="companyFlag" width="600px" v-if="companyFlag" :modal="false"> <el-dialog :visible.sync="companyFlag" width="600px" v-if="companyFlag" :modal="false" top="26vh">
<companySearch :searchValue="searchValue" :type="formType" @handelClickCompanyLook="handelClickCompanyLook" /> <companySearch :searchValue="searchValue" :type="formType" @handelClickCompanyLook="handelClickCompanyLook" />
<el-dialog width="30%" top="26vh" v-if="showCompanyDetail" :visible.sync="showCompanyDetail" append-to-body <el-dialog width="30%" top="26vh" v-if="showCompanyDetail" :visible.sync="showCompanyDetail" append-to-body
:modal="false" custom-class="backDialog"> :modal="false" custom-class="backDialog">

Loading…
Cancel
Save