From bdfec44c9f3a37dbbe05bf14a252ffec04132a86 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 06 九月 2022 21:24:28 +0800
Subject: [PATCH] Merge branch 'develop'

---
 src/views/menudesign/index.scss |   34 +---------------------------------
 1 files changed, 1 insertions(+), 33 deletions(-)

diff --git a/src/views/menudesign/index.scss b/src/views/menudesign/index.scss
index 1c3cc47..6e9f063 100644
--- a/src/views/menudesign/index.scss
+++ b/src/views/menudesign/index.scss
@@ -1,5 +1,6 @@
 body {
   overflow-x: hidden;
+  overflow-y: hidden;
 }
 .pc-menu-view {
   background: #000;
@@ -100,36 +101,6 @@
         .ant-collapse-content-box {
           .ant-form-item {
             margin-bottom: 10px;
-          }
-          .model-table-tablemanage-view {
-            >.ant-list {
-              margin-top: 20px;
-              .ant-list-item {
-                display: -webkit-box;
-                padding-right: 20px;
-                position: relative;
-                padding-left: 5px;
-                overflow: hidden;
-                text-overflow: ellipsis;
-                -webkit-line-clamp: 2;
-                -webkit-box-orient: vertical;
-                min-height: 55px;
-                width: 100%;
-                .anticon {
-                  position: absolute;
-                  top: 0px;
-                  right: 0px;
-                  padding: 3px 3px 10px 10px;
-                  cursor: pointer;
-                }
-              }
-            }
-            >.tables {
-              width: 66.66666667%!important;
-            }
-            >.ant-form-item-label {
-              width: 33.33333333%;
-            }
           }
         }
       }
@@ -248,7 +219,4 @@
     background: transparent!important;
     border-radius: 0!important;
   }
-}
-body {
-  overflow-y: hidden;
 }
\ No newline at end of file

--
Gitblit v1.8.0