diff --git a/src/components/pannelNew/index.js b/src/components/pannelNew/index.js
index 450729e..b8b5c4c 100644
--- a/src/components/pannelNew/index.js
+++ b/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'
};
}
},
diff --git a/src/components/pannelNew/index.scss b/src/components/pannelNew/index.scss
index 14d4092..9da57ed 100644
--- a/src/components/pannelNew/index.scss
+++ b/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%;
}
diff --git a/src/views/sanqing/comps/buttom/1/bg.png b/src/views/sanqing/comps/buttom/1/bg.png
index 66e819f..ab4d6f4 100644
Binary files a/src/views/sanqing/comps/buttom/1/bg.png and b/src/views/sanqing/comps/buttom/1/bg.png differ
diff --git a/src/views/sanqing/comps/right/bottom/1/index.scss b/src/views/sanqing/comps/right/bottom/1/index.scss
index 9027da6..d245b2a 100644
--- a/src/views/sanqing/comps/right/bottom/1/index.scss
+++ b/src/views/sanqing/comps/right/bottom/1/index.scss
@@ -14,4 +14,4 @@
flex: 1;
width: 100%;
}
-}
\ No newline at end of file
+}
diff --git a/src/views/sanqing/main-gis/index.scss b/src/views/sanqing/main-gis/index.scss
index 6ed1f43..f28143f 100644
--- a/src/views/sanqing/main-gis/index.scss
+++ b/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;
/* 允许地图事件穿透 */