From 400fee62fb40006a9839f1c3a8244b82566b5057 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期四, 08 五月 2025 16:30:39 +0800
Subject: [PATCH] Merge branch 'develop'

---
 src/menu/components/search/main-search/index.scss |   29 ++++++++++++++++++++++++++++-
 1 files changed, 28 insertions(+), 1 deletions(-)

diff --git a/src/menu/components/search/main-search/index.scss b/src/menu/components/search/main-search/index.scss
index 87b0e05..b7f1fe6 100644
--- a/src/menu/components/search/main-search/index.scss
+++ b/src/menu/components/search/main-search/index.scss
@@ -44,7 +44,11 @@
     .ant-form-item {
       position: relative;
       margin-bottom: 0px;
+      .ant-form-item-label {
+        float: left;
+      }
       .ant-form-item-control-wrapper {
+        float: left;
         .ant-select {
           width: 100%;
           margin-top: 4px;
@@ -153,7 +157,7 @@
   }
 }
 
-.main-search-edit-list.mk-size-small {
+.main-search-edit-list.mk-order-small {
   .page-card {
     height: 45px;
   }
@@ -163,6 +167,29 @@
     }
   }
 }
+.main-search-edit-list.mk-order-updown {
+  .mk-search-item-wrap {
+    .page-card {
+      height: auto;
+    }
+    .ant-form-item {
+      display: block;
+      .ant-form-item-label {
+        display: block;
+        width: 100% !important;
+        text-align: left;
+        float: none;
+        line-height: 2;
+        height: 24px;
+      }
+      .ant-form-item-control-wrapper {
+        display: block;
+        width: 100% !important;
+        float: none;
+      }
+    }
+  }
+}
 
 .main-search-edit-list:not(.show-field) {
   .ant-form-explain {

--
Gitblit v1.8.0