Browse Source

有优化

master
dai 3 years ago
parent
commit
961c29a2b5
  1. 10
      src/assets/scss/modules/visual/basicInfoMain.scss
  2. 6
      src/assets/scss/modules/visual/fiveLayerMap.scss
  3. 2
      src/views/modules/visual/basicinfo/houseStatic/houseStatic.vue
  4. 2
      src/views/modules/visual/communityParty/elegant.vue
  5. 2
      src/views/modules/visual/communityParty/party.vue
  6. 2
      src/views/modules/visual/measure/service.vue
  7. 2
      src/views/modules/visual/warning/index.vue

10
src/assets/scss/modules/visual/basicInfoMain.scss

@ -41,7 +41,7 @@
width: 100%; width: 100%;
// padding: 10px 5px 13px; // padding: 10px 5px 13px;
// margin-top: 8px; // margin-top: 8px;
height: calc(840px - 15px); height: calc(825px - 15px);
color: #fff; color: #fff;
// background: url('../../../img/modules/visual/warning-box.png') no-repeat // background: url('../../../img/modules/visual/warning-box.png') no-repeat
// center; // center;
@ -110,7 +110,7 @@
box-sizing: border-box; box-sizing: border-box;
width: 100%; width: 100%;
height: calc(840px - 10px); height: calc(825px - 10px);
color: #fff; color: #fff;
background: url("../../../img/modules/visual/fenlei-box.png") no-repeat center; background: url("../../../img/modules/visual/fenlei-box.png") no-repeat center;
background-size: 100% 100%; background-size: 100% 100%;
@ -211,7 +211,7 @@
flex: 0 0 calc(1919px - 620px); flex: 0 0 calc(1919px - 620px);
// width: calc(1919px - 560px); // width: calc(1919px - 560px);
height: calc(840px - 10px); height: calc(825px - 10px);
color: #fff; color: #fff;
background: url("../../../img/modules/visual/warning-box.png") no-repeat center; background: url("../../../img/modules/visual/warning-box.png") no-repeat center;
background-size: 100% 100%; background-size: 100% 100%;
@ -252,11 +252,11 @@
box-sizing: border-box; box-sizing: border-box;
margin-top: 9px; margin-top: 9px;
height: calc(840px - 120px); height: calc(825px - 120px);
} }
.div_room { .div_room {
// height: calc(840px - 40px); // height: calc(825px - 40px);
// margin-top: 9px; // margin-top: 9px;
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;

6
src/assets/scss/modules/visual/fiveLayerMap.scss

@ -164,7 +164,7 @@
color: #fff; color: #fff;
.div_search_list { .div_search_list {
margin: 10px auto; margin: 6px auto;
text-align: center; text-align: center;
width: 590px; width: 590px;
height: 48px; height: 48px;
@ -207,7 +207,7 @@
.tb { .tb {
height: calc(810px - 302px - 10px - 150px); height: calc(810px - 302px - 20px - 150px);
overflow-y: auto; overflow-y: auto;
@include scrollBar; @include scrollBar;
margin-top:20px; margin-top:20px;
@ -216,8 +216,6 @@
.m-pagination { .m-pagination {
// position: absolute; // position: absolute;
box-sizing: border-box; box-sizing: border-box;
right: 5px;
bottom: 5px;
width: 100%; width: 100%;
height: 40px; height: 40px;
display: flex; display: flex;

2
src/views/modules/visual/basicinfo/houseStatic/houseStatic.vue

@ -12,7 +12,7 @@
<span class="router_child">{{orgName}}</span> <span class="router_child">{{orgName}}</span>
</div> </div>
</div> </div>
<cpt-card> <cpt-card :min-full-screen="true">
<div class="card-title"> <div class="card-title">
<img class="title-icon" <img class="title-icon"
src="@/assets/img/shuju/title-tip.png" /> src="@/assets/img/shuju/title-tip.png" />

2
src/views/modules/visual/communityParty/elegant.vue

@ -1,6 +1,6 @@
<template> <template>
<div class="warning-box"> <div class="warning-box">
<cpt-card class="card-wr"> <cpt-card :min-full-screen="true" class="card-wr">
<div class="card-title"> <div class="card-title">
<img class="title-icon" <img class="title-icon"
src="../../../../assets/img/shuju/title-tip.png" /> src="../../../../assets/img/shuju/title-tip.png" />

2
src/views/modules/visual/communityParty/party.vue

@ -1,6 +1,6 @@
<template> <template>
<div class="warning-box"> <div class="warning-box">
<cpt-card> <cpt-card :min-full-screen="true">
<div class="card-title"> <div class="card-title">
<img class="title-icon" src="../../../../assets/img/shuju/title-tip.png" /> <img class="title-icon" src="../../../../assets/img/shuju/title-tip.png" />
<div class="title-label"> <div class="title-label">

2
src/views/modules/visual/measure/service.vue

@ -1,6 +1,6 @@
<template> <template>
<div class="warning-box"> <div class="warning-box">
<cpt-card> <cpt-card :min-full-screen="true">
<div class="card-title"> <div class="card-title">
<img class="title-icon" src="../../../../assets/img/shuju/title-tip.png" /> <img class="title-icon" src="../../../../assets/img/shuju/title-tip.png" />
<div class="title-label"> <div class="title-label">

2
src/views/modules/visual/warning/index.vue

@ -1,6 +1,6 @@
<template> <template>
<div class="warning-box"> <div class="warning-box">
<cpt-card> <cpt-card :min-full-screen="true">
<div class="warning-box-top"> <div class="warning-box-top">
<div class="top-item" v-for="(item, index) in warningList" :key="index"> <div class="top-item" v-for="(item, index) in warningList" :key="index">
<div class="top-item-img"> <div class="top-item-img">

Loading…
Cancel
Save