See999 il y a 4 ans
Parent
révision
2656b2a58a

+ 3 - 3
src/lang/zh.js Voir le fichier

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

+ 12 - 5
src/views/layout/components/Navbar.vue Voir le fichier

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

+ 12 - 5
src/views/layout/components/Sidebar/SidebarItem.vue Voir le fichier

@@ -196,17 +196,24 @@ export default {
196 196
   .el-menu {
197 197
     display: flex;
198 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 202
     .el-menu-item {
206 203
       min-width: 0;
207 204
       padding: 0 5px !important;
208 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 219
 </style>

+ 1 - 1
src/views/layout/components/Sidebar/index.vue Voir le fichier

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