Parcourir la source

task 45202 大屏调整

dev
庞东旭 il y a 5 heures
Parent
révision
c781ee2cc7
7 fichiers modifiés avec 16 ajouts et 14 suppressions
  1. +4
    -4
      src/components/pannel/index.scss
  2. +1
    -1
      src/components/pannelNew/index.html
  3. +1
    -1
      src/components/pannelNew/index.js
  4. +8
    -6
      src/components/pannelNew/index.scss
  5. BIN
      src/views/sanqing/comps/buttom/1/bg.png
  6. +1
    -1
      src/views/sanqing/comps/right/bottom/1/index.scss
  7. +1
    -1
      src/views/sanqing/main-gis/index.scss

+ 4
- 4
src/components/pannel/index.scss Voir le fichier

@@ -129,15 +129,15 @@

.flexIble {
z-index: 4;
width: 20px;
height: 20px;
width: 22px;
height: 22px;
background: url('./close.png');
background-size: 100% 100%;
}

.flexIble_open {
width: 20px;
height: 20px;
width: 22px;
height: 22px;
background: url('./open.png') !important;
background-size: 100% 100%;
}


+ 1
- 1
src/components/pannelNew/index.html Voir le fichier

@@ -1,6 +1,7 @@
<div class="pannel" :style="style" :class="[bkClass]">
<div class="header_box">

<div class="light"></div>
<div class="header row">
<div v-if="title" class="title_bk">
<!-- <i class="icon"></i>-->
@@ -11,7 +12,6 @@
<div v-show="flexIble" class="flexIble hover_pointer" :class="[isOpen ? 'flexIble_open' : '']" @click="open"></div>
</div>
</div>
<div class="light"></div>
</div>
<div class="body">
<div>


+ 1
- 1
src/components/pannelNew/index.js Voir le fichier

@@ -36,7 +36,7 @@ export default {
style: function () {
return {
height: this.height + 'px',
width: this.isOpen ? 1000 + 'px' : this.width + 'px'
width: this.isOpen ? 1400 + 'px' : this.width + 'px'
};
}
},


+ 8
- 6
src/components/pannelNew/index.scss Voir le fichier

@@ -35,7 +35,6 @@
background: #01142c url("header_bg.png") no-repeat -8px center;
background-size: auto auto;
justify-content: space-between;
align-items: baseline;

.title_bk {
// font-style: italic;
@@ -60,6 +59,9 @@

.more {
margin-right: 20px;
margin-top: 10px;
position: absolute;
right: 0;
}
}

@@ -82,7 +84,7 @@
width: 100%;
position: relative;
flex: 1;
background-color: #01142c;
background-color: rgba(1,20,44,.6);
overflow: hidden;

.bottom_line {
@@ -118,15 +120,15 @@

.flexIble {
z-index: 4;
width: 16px;
height: 16px;
width: 22px;
height: 22px;
background: url('./close.png');
background-size: 100% 100%;
}

.flexIble_open {
width: 16px;
height: 16px;
width: 22px;
height: 22px;
background: url('./open.png') !important;
background-size: 100% 100%;
}


BIN
src/views/sanqing/comps/buttom/1/bg.png Voir le fichier

Avant Après
Largeur: 162  |  Hauteur: 116  |  Taille: 17 KiB Largeur: 162  |  Hauteur: 116  |  Taille: 17 KiB

+ 1
- 1
src/views/sanqing/comps/right/bottom/1/index.scss Voir le fichier

@@ -14,4 +14,4 @@
flex: 1;
width: 100%;
}
}
}

+ 1
- 1
src/views/sanqing/main-gis/index.scss Voir le fichier

@@ -39,7 +39,7 @@
z-index: 1;
width: 100%;
height: 100%;
box-shadow: inset 350px 0px 400px 100px RGBA(3, 12, 27, 1), inset -350px 0 400px 100px RGBA(3, 12, 27, 1); // 左
box-shadow: inset 150px 0px 150px 0px RGBA(3, 12, 27, 1), inset -150px 0 150px 0px RGBA(3, 12, 27, 1); // 左
/* 四周黑色 */
pointer-events: none;
/* 允许地图事件穿透 */


Chargement…
Annuler
Enregistrer