Ritchie 1 год назад
Родитель
Сommit
48948df596

BIN
src/assets/device/searchIcon.png


BIN
src/assets/device/searchIcon2.png


+ 6 - 3
src/styles/device/index.less

@@ -42,11 +42,13 @@
         .main5 {
           width: 39px;
           height: 16px;
+          margin-left: -55px;
 
           .label2 {
-            width: 14px;
-            height: 14px;
+            width: 18px;
+            height: 18px;
             margin-top: 1px;
+            margin-right: 5px;
           }
 
           .TextGroup2 {
@@ -58,7 +60,8 @@
               height: 16px;
               overflow-wrap: break-word;
               color: rgba(64, 77, 116, 1);
-              font-size: 11px;
+              font-size: 14px;
+              font-family: PingFangSC-Semibold;
               text-align: center;
               white-space: nowrap;
               line-height: 16px;

+ 29 - 0
src/styles/robotRanking/index.less

@@ -75,6 +75,35 @@ button:active {
     align-items: flex-end;
 }
 
+.group5 {
+    width: 39px;
+    height: 16px;
+    margin-left: -80px;
+    .icon2 {
+      width: 18px;
+      height: 18px;
+      margin-right: 5px;
+    }
+
+    .TextGroup2 {
+      height: 16px;
+      width: 22px;
+
+      .txt3 {
+        width: 22px;
+        height: 16px;
+        overflow-wrap: break-word;
+        color: rgba(64, 77, 116, 1);
+        font-size: 14px;
+        font-family: PingFangSC-Semibold;
+        text-align: center;
+        white-space: nowrap;
+        line-height: 16px;
+        display: block;
+      }
+    }
+}
+
 .robotRanking {
     background-color: #fff;
     position: relative;

+ 1 - 0
src/views/orderCenter/index.vue

@@ -16,6 +16,7 @@
                   </div>
                 </div>
               </div>
+              <!-- 订单中心搜索 -->
               <div class="ImageText2 flex-col" @click="searchClick()">
                 <div class="group5 flex-row justify-between">
                   <img class="icon2" src="../../assets/order/search.png" />

+ 6 - 2
src/views/robotRanking.vue

@@ -18,8 +18,12 @@
                   </div>
                 </div>
                 <div @click="noticeClk" class="l-flex-RC">
-                  <img class="label2 o-mr-5" src="@/assets/device/searchIcon.png" />
-                  <span class="txt3">{{ $t("robotRanking.rankMethod") }}</span>
+                  <div class="group5 flex-row justify-between">
+                    <img class="label2 o-mr-5" src="@/assets/device/searchIcon.png" />
+                    <div class="TextGroup2 flex-col">
+                      <span class="txt3">{{ $t("robotRanking.rankMethod") }}</span>
+                    </div>
+                  </div>
                 </div>
               </div>
               <img class="img1" referrerpolicy="no-referrer"