bayi 1 year ago
parent
commit
13b027712e

+ 2 - 2
components/navigationBar/index.less

@@ -4,11 +4,11 @@
     top: 0;
     top: 0;
     z-index: 9999;
     z-index: 9999;
     color: #fff;
     color: #fff;
-    background: #00C657;
+    background: #C7DDFF;
 
 
     .view {
     .view {
         width: 100%;
         width: 100%;
-        color: #fff;
+        color: #2D2D2D;
         position: absolute;
         position: absolute;
         display: flex;
         display: flex;
         align-items: center;
         align-items: center;

+ 2 - 2
components/navigationBar/index.wxss

@@ -4,11 +4,11 @@
   top: 0;
   top: 0;
   z-index: 9999;
   z-index: 9999;
   color: #fff;
   color: #fff;
-  background: #00C657;
+  background: #C7DDFF;
 }
 }
 .nav-bar .view {
 .nav-bar .view {
   width: 100%;
   width: 100%;
-  color: #fff;
+  color: #2D2D2D;
   position: absolute;
   position: absolute;
   display: flex;
   display: flex;
   align-items: center;
   align-items: center;

+ 0 - 1
salesperson/pages/management/index.less

@@ -39,7 +39,6 @@
                 transform: translateY(-50%);
                 transform: translateY(-50%);
                 right: 20rpx;
                 right: 20rpx;
                 font-size: 40rpx;
                 font-size: 40rpx;
-                line-height: 40rpx;
             }
             }
         }
         }
 
 

+ 0 - 1
salesperson/pages/management/index.wxss

@@ -35,7 +35,6 @@
   transform: translateY(-50%);
   transform: translateY(-50%);
   right: 20rpx;
   right: 20rpx;
   font-size: 40rpx;
   font-size: 40rpx;
-  line-height: 40rpx;
 }
 }
 .container .orderList .order {
 .container .orderList .order {
   width: 100%;
   width: 100%;