庞东旭 1 день назад
Родитель
Сommit
c781ee2cc7
7 измененных файлов: 16 добавлений и 14 удалений
  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. Двоичные данные
      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 Просмотреть файл

@@ -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 Просмотреть файл

@@ -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 Просмотреть файл

@@ -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 Просмотреть файл

@@ -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%;
}


Двоичные данные
src/views/sanqing/comps/buttom/1/bg.png Просмотреть файл

До После
Ширина: 162  |  Высота: 116  |  Размер: 17 KiB Ширина: 162  |  Высота: 116  |  Размер: 17 KiB

+ 1
- 1
src/views/sanqing/comps/right/bottom/1/index.scss Просмотреть файл

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

+ 1
- 1
src/views/sanqing/main-gis/index.scss Просмотреть файл

@@ -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;
/* 允许地图事件穿透 */


Загрузка…
Отмена
Сохранить