Browse Source

可视化部分样式,社区自查街道版初始版

v1.1
mk 2 years ago
parent
commit
d07db49aff
  1. BIN
      src/assets/images/shuju/overview/.png
  2. BIN
      src/assets/images/shuju/overview/box-bg.png
  3. BIN
      src/assets/images/shuju/overview/title-bg.png
  4. 8
      src/assets/scss/dataBoard/overview/index.scss
  5. 4
      src/views/dataBoard/overview/components/jdjs.vue
  6. 4
      src/views/dataBoard/overview/index.vue
  7. 4
      src/views/dataBoard/satisfactionEval/components/Title/index.vue
  8. 2
      src/views/dataBoardMain/main-navbar.vue
  9. 1432
      src/views/modules/satisfaction/communitySelfInsp/index.vue

BIN
src/assets/images/shuju/overview/.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
src/assets/images/shuju/overview/box-bg.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
src/assets/images/shuju/overview/title-bg.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 18 KiB

8
src/assets/scss/dataBoard/overview/index.scss

@ -36,14 +36,18 @@
.m-map {
position: relative;
width: 100%;
height: 690px;
height: 970px;
margin-bottom: 10px;
}
.m-box {
width: 460px;
background: linear-gradient(144deg, rgba(46, 164, 255, 0.1) 0%, rgba(46, 164, 255, 0) 100%);
// background: linear-gradient(144deg, rgba(46, 164, 255, 0.1) 0%, rgba(46, 164, 255, 0) 100%);
background: url('@/assets/images/shuju/overview/box-bg.png') no-repeat;
background-size: 100% 100%;
margin-top: 5px;
}
.m-rybox {

4
src/views/dataBoard/overview/components/jdjs.vue

@ -8,7 +8,7 @@
{{ overview }}
</div>
</div>
<div class="m-jdjs-bg">
<!-- <div class="m-jdjs-bg">
<div class="m-jdjs-bg-title">
<div class="m-jdjs-bg-title-img">
<img src="../../../../assets/images/shuju/overview/zjbg-icon.png" />
@ -18,7 +18,7 @@
<div class="m-jdjs-bg-txt">
{{ report }}
</div>
</div>
</div> -->
</div>
</template>
<script>

4
src/views/dataBoard/overview/index.vue

@ -25,7 +25,7 @@
</div>
<grid-map ref="map" @clickAgency="clickAgencyItem" :srcGridData="orgData" @clickDotBtn="handleClickDotBtn" :level="currentLevel" :peopleType="peopleType" />
</div>
<div class="m-box m-rybox">
<!-- <div class="m-box m-rybox">
<title-box :text="`${customerName}${peopleList[peopleType]}`">
<div class="up-style" style="width: 51%">
<div>
@ -35,7 +35,7 @@
</div>
</title-box>
<jdwgy v-show="listShow" :peopleType="peopleType" :currentLevelData="currentLevelData" :level="currentLevel" @setNum="setNum" @setPoint="setPoint" />
</div>
</div> -->
</div>
<div class="g-right">

4
src/views/dataBoard/satisfactionEval/components/Title/index.vue

@ -29,8 +29,8 @@ export default {
// width: 100%;
height: 40px;
background: url(../../../../../assets/images/shuju/overview/title-bg.png) no-repeat;
// background-size: 100% 100%;
padding: 8px 16px 8px 32px;
background-size: 100% 100%;
padding: 8px 16px 8px 45px;
display: flex;
align-items: center;
justify-content: space-between;

2
src/views/dataBoardMain/main-navbar.vue

@ -29,7 +29,7 @@
</div>-->
<div class="nav-list">
<div class="nav-item" :class="{ 'z-on': $route.path.indexOf('/dataBoard/overview') != -1 }" @click="toPage('/dataBoard/overview/index')">
<span>概览</span>
<span>书记看板</span>
</div>
<div class="nav-item" :class="{ 'z-on': $route.path.includes('/organizational') }" @click="toPage('/organizational/dangTree')">
<span>组织架构</span>

1432
src/views/modules/satisfaction/communitySelfInsp/index.vue

File diff suppressed because it is too large
Loading…
Cancel
Save