|
@@ -77,10 +77,14 @@
|
|
|
<router-view ref="routeViewRef"></router-view>
|
|
|
</div>
|
|
|
<sm-viewer @viewerChange="viewerChange"> </sm-viewer>
|
|
|
+ <!-- <div class="masking_top">
|
|
|
+ <div class="top_left"></div>
|
|
|
+ <div class="top_right"></div>
|
|
|
|
|
|
+ </div>
|
|
|
<div class="masking_left"></div>
|
|
|
<div class="masking_bottom"></div>
|
|
|
- <div class="masking_right"></div>
|
|
|
+ <div class="masking_right"></div> -->
|
|
|
|
|
|
</div>
|
|
|
</template>
|
|
@@ -256,10 +260,30 @@ export default {
|
|
|
align-items: center;
|
|
|
background-image: url("/static/images/overview/title_new.png");
|
|
|
|
|
|
- // background-image: url("/static/images/overview/masking_top.png");
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
|
|
|
+.masking_top {
|
|
|
+ height: 60px;
|
|
|
+ position: fixed;
|
|
|
+ top: 0px;
|
|
|
+ width: 100%;
|
|
|
+ background: no-repeat;
|
|
|
+
|
|
|
+ // // background-image: url("/static/images/overview/masking_top.png");
|
|
|
+ // .top_left {
|
|
|
+ // height: 100%;
|
|
|
+ // width: 29%;
|
|
|
+ // background: -webkit-linear-gradient(left, RGBA(11, 32, 61, 1), RGBA(8, 40, 60, 1));
|
|
|
+ // }
|
|
|
+
|
|
|
+ // .top_right {
|
|
|
+ // background: -webkit-linear-gradient(right, RGBA(8, 40, 60, 1), RGBA(11, 32, 61, 1));
|
|
|
+
|
|
|
+ // }
|
|
|
+
|
|
|
+}
|
|
|
+
|
|
|
.masking_left {
|
|
|
width: 415px;
|
|
|
height: 100%;
|
|
@@ -284,7 +308,10 @@ export default {
|
|
|
height: 100%;
|
|
|
background: no-repeat;
|
|
|
background-image: url("/static/images/overview/masking_right.png");
|
|
|
-
|
|
|
+ position: fixed;
|
|
|
+ right: -1rem;
|
|
|
+ top: 1rem;
|
|
|
+ z-index: 1;
|
|
|
}
|
|
|
|
|
|
.systemTitle {
|
|
@@ -383,6 +410,7 @@ export default {
|
|
|
background-color: rgba(4, 16, 36, 0) !important;
|
|
|
position: fixed;
|
|
|
left: 14.5rem;
|
|
|
+ font-weight: 700;
|
|
|
|
|
|
.el-menu--horizontal>.el-menu-item.is-active,
|
|
|
.el-menu-item.is-active,
|
|
@@ -401,6 +429,7 @@ export default {
|
|
|
right: 22.3rem;
|
|
|
top: 1.3rem;
|
|
|
background-color: rgba(4, 16, 36, 0) !important;
|
|
|
+ font-weight: 700;
|
|
|
|
|
|
.el-menu-item {
|
|
|
background-image: url("/static/images/overview/right_mune_button.png");
|
|
@@ -505,4 +534,5 @@ export default {
|
|
|
background-color: transparent !important;
|
|
|
border: none !important;
|
|
|
text-align: center !important;
|
|
|
-}</style>
|
|
|
+}
|
|
|
+</style>
|