From 665b7b5866f726030ec0335834c2ba80060c86e8 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期五, 26 八月 2022 11:08:40 +0800 Subject: [PATCH] 2022-08-26 --- src/views/tabledesign/index.scss | 37 ++++--------------------------------- 1 files changed, 4 insertions(+), 33 deletions(-) diff --git a/src/views/tabledesign/index.scss b/src/views/tabledesign/index.scss index 2286991..c022ade 100644 --- a/src/views/tabledesign/index.scss +++ b/src/views/tabledesign/index.scss @@ -64,7 +64,7 @@ top: 48px; z-index: 10; height: calc(100vh - 48px); - width: 300px; + width: 280px; background: #ffffff; box-shadow: 0px 2px 5px #bcbcbc; transition: left 0.3s; @@ -99,38 +99,9 @@ color: #ffffff; } .ant-collapse-content-box { + padding: 10px; .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%; - } } } } @@ -175,8 +146,8 @@ .menu-view { position: relative; - width: calc(100vw - 300px); - margin-left: 300px; + width: calc(100vw - 280px); + margin-left: 280px; height: calc(100vh - 50px); overflow-y: auto; transition: all 0.3s; -- Gitblit v1.8.0