See999 5 年前
父节点
当前提交
2656b2a58a

+ 3 - 3
src/lang/zh.js 查看文件

138
     special_permission_manage: "特殊权限管理",
138
     special_permission_manage: "特殊权限管理",
139
     schedule_print: "排班打印",
139
     schedule_print: "排班打印",
140
 
140
 
141
-    warehouseReceipt: "出入库",
142
-    warehouseReceiptOther: "其他出入库",
141
+    warehouseReceipt: "出入库",
142
+    warehouseReceiptOther: "其他出入库",
143
     stockInOrder: "耗材入库单",
143
     stockInOrder: "耗材入库单",
144
     salesReturnOrder: "耗材退货单",
144
     salesReturnOrder: "耗材退货单",
145
     stockOutOrder: "耗材出库单",
145
     stockOutOrder: "耗材出库单",
156
     salesReturnDetail: "退货单详情",
156
     salesReturnDetail: "退货单详情",
157
     stockOutDetail: "出库单详情",
157
     stockOutDetail: "出库单详情",
158
     cancelStockDetail: "退库单详情",
158
     cancelStockDetail: "退库单详情",
159
-    stockDetail: "出入库明细查询",
159
+    stockDetail: "明细查询",
160
 
160
 
161
     showconfig: "显示配置",
161
     showconfig: "显示配置",
162
     user_detail: "使用明细",
162
     user_detail: "使用明细",

+ 12 - 5
src/views/layout/components/Navbar.vue 查看文件

268
 
268
 
269
 <style rel="stylesheet/scss" lang="scss" scoped>
269
 <style rel="stylesheet/scss" lang="scss" scoped>
270
 .top-nav {
270
 .top-nav {
271
-  background: #fff;
271
+  background: #409eff;
272
   position: fixed;
272
   position: fixed;
273
   top: 0;
273
   top: 0;
274
   left: 150px;
274
   left: 150px;
278
   display: flex;
278
   display: flex;
279
   align-items: center;
279
   align-items: center;
280
   justify-content: space-between;
280
   justify-content: space-between;
281
+  color:#fff;
281
   .dropdownBox {
282
   .dropdownBox {
282
     margin-left: 10px;
283
     margin-left: 10px;
283
   }
284
   }
285
     display: flex;
286
     display: flex;
286
     align-items: center;
287
     align-items: center;
287
     justify-content: space-between;
288
     justify-content: space-between;
288
-    width: 200px;
289
+    min-width: 200px;
289
     margin-right: 10px;
290
     margin-right: 10px;
290
     .right-menu {
291
     .right-menu {
291
       float: right;
292
       float: right;
292
       height: 100%;
293
       height: 100%;
293
       z-index: 99999;
294
       z-index: 99999;
294
-      color: #606266;
295
+      color: #fff;
295
       & :focus {
296
       & :focus {
296
         outline: none;
297
         outline: none;
297
       }
298
       }
337
           .user-title {
338
           .user-title {
338
             margin: 0 8px;
339
             margin: 0 8px;
339
             font-size: 14px;
340
             font-size: 14px;
340
-            color: #b2b2b3;
341
+            color: #fff;
341
           }
342
           }
342
 
343
 
343
           .el-icon-caret-bottom {
344
           .el-icon-caret-bottom {
344
             font-size: 12px;
345
             font-size: 12px;
345
-            color: #b2b2b3;
346
+            color: #fff;
346
           }
347
           }
347
         }
348
         }
348
       }
349
       }
495
     background: #f5f7fa;
496
     background: #f5f7fa;
496
   }
497
   }
497
 }
498
 }
499
+.dropdownBox {
500
+    .el-dropdown-link{
501
+      font-size: 18px;
502
+      color:#fff;
503
+    }
504
+  }
498
 </style>
505
 </style>

+ 12 - 5
src/views/layout/components/Sidebar/SidebarItem.vue 查看文件

196
   .el-menu {
196
   .el-menu {
197
     display: flex;
197
     display: flex;
198
     flex-wrap: wrap;
198
     flex-wrap: wrap;
199
-    > a:nth-child(odd) {
200
-      width: 40% !important;
201
-    }
202
-    > a:nth-child(even) {
203
-      width: 60% !important;
199
+    > a {
200
+      width: 50% !important;
204
     }
201
     }
205
     .el-menu-item {
202
     .el-menu-item {
206
       min-width: 0;
203
       min-width: 0;
207
       padding: 0 5px !important;
204
       padding: 0 5px !important;
208
       font-size: 12px;
205
       font-size: 12px;
206
+      background-color:#1F2D3D !important;
209
     }
207
     }
210
   }
208
   }
211
 }
209
 }
210
+.el-menu-item{
211
+   background-color:#1F2D3D !important;
212
+}
213
+.el-menu{
214
+  background-color:#1F2D3D !important;
215
+}
216
+.el-submenu__title{
217
+  background-color:#1F2D3D !important;
218
+}
212
 </style>
219
 </style>

+ 1 - 1
src/views/layout/components/Sidebar/index.vue 查看文件

203
 
203
 
204
 <style lang="scss">
204
 <style lang="scss">
205
 .scrollbar-wrapper {
205
 .scrollbar-wrapper {
206
-  background-color: rgb(48, 65, 86);
206
+  background-color: #1F2D3D;
207
 }
207
 }
208
 </style>
208
 </style>