|
@@ -87,6 +87,7 @@
|
|
|
|
|
|
.el-tab-pane {
|
|
|
height: 100%;
|
|
|
+ overflow: hidden;
|
|
|
}
|
|
|
}
|
|
|
|
|
@@ -238,16 +239,12 @@
|
|
|
.site-title {
|
|
|
width: 100%;
|
|
|
height: 40px;
|
|
|
- // background-color: rgba(255, 192, 203, 0.425);
|
|
|
color: #fff;
|
|
|
font-weight: 400;
|
|
|
font-size: 16px;
|
|
|
- // padding-left: 10px;
|
|
|
border-bottom: 4px solid #0B4072;
|
|
|
display: flex;
|
|
|
- // justify-content: flex-start;
|
|
|
justify-content: space-between;
|
|
|
-
|
|
|
.siteCon {
|
|
|
width: 100px;
|
|
|
display: flex;
|
|
@@ -263,10 +260,7 @@
|
|
|
height: 18px;
|
|
|
background-image: url("/static/images/ghzc/icon.png");
|
|
|
background-size: 100% 100%;
|
|
|
- // position: relative;
|
|
|
- // top: 10px;
|
|
|
margin-top: 10px;
|
|
|
-
|
|
|
}
|
|
|
|
|
|
.el-button--mini {
|
|
@@ -275,7 +269,7 @@
|
|
|
border-radius: 0;
|
|
|
color: #fff;
|
|
|
width: 60px;
|
|
|
- height: 32px;
|
|
|
+ height: 26px;
|
|
|
font-size: 14px;
|
|
|
// margin-left: 40px !important;
|
|
|
}
|