فهرست منبع

图例库导航修改

guoxiaohuan 4 سال پیش
والد
کامیت
abffa56f24
1فایلهای تغییر یافته به همراه18 افزوده شده و 3 حذف شده
  1. 18 3
      src/views/legendLibrary/index.vue

+ 18 - 3
src/views/legendLibrary/index.vue

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