|
@@ -4,7 +4,7 @@
|
|
|
<img class='img-menu' src='@/assets/imgs/menu.png' alt />
|
|
|
<el-divider direction='vertical'></el-divider>
|
|
|
<img class='img-logo' src='@/assets/imgs/logo_tu.png' alt />
|
|
|
- <span style='color:#1F2329'>万达管理说明书</span>
|
|
|
+ <span class='nav-span1'>万达管理说明书</span>
|
|
|
<span class='circular'></span>
|
|
|
<!-- <span style='color:#1F2329'>图例库管理</span>
|
|
|
<i class='el-icon-caret-bottom'></i>-->
|
|
@@ -426,30 +426,45 @@ export default {
|
|
|
width: 100%;
|
|
|
background: #fff;
|
|
|
margin-left: 17px;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
.img-menu {
|
|
|
margin-right: 9px;
|
|
|
}
|
|
|
.img-logo {
|
|
|
margin: 0 9px;
|
|
|
}
|
|
|
+ .nav-span1 {
|
|
|
+ height: 26px;
|
|
|
+ font-size: 14px;
|
|
|
+ font-family: MicrosoftYaHei;
|
|
|
+ color: rgba(31, 35, 41, 1);
|
|
|
+ line-height: 26px;
|
|
|
+ }
|
|
|
.circular {
|
|
|
display: inline-block;
|
|
|
width: 4px;
|
|
|
height: 4px;
|
|
|
background: rgba(195, 198, 203, 1);
|
|
|
border-radius: 50%;
|
|
|
- margin: 0 8px 3px 8px;
|
|
|
+ margin: 0 8px 0px 8px;
|
|
|
}
|
|
|
}
|
|
|
+ /deep/ .p-drop {
|
|
|
+ height: 48px;
|
|
|
+ }
|
|
|
/deep/ .p-drop .p-drop-title .p-drop-triangle {
|
|
|
margin-top: -5px;
|
|
|
}
|
|
|
.legend-library-top {
|
|
|
- height: 48px;
|
|
|
+ height: 45px;
|
|
|
background: rgba(247, 249, 250, 1);
|
|
|
text-align: center;
|
|
|
line-height: 48px;
|
|
|
color: #1f2329;
|
|
|
+ font-size: 14px;
|
|
|
+ font-family: MicrosoftYaHei;
|
|
|
+ color: rgba(31, 36, 41, 1);
|
|
|
.library-btn {
|
|
|
float: right;
|
|
|
margin-right: 16px;
|