From 1932115cd2a69a76ae20ddf56ebfa96df49dbfc8 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 07 Jan 2023 11:17:22 +0800
Subject: [PATCH] 首页内容显示,弹窗内容显示及相关逻辑

---
 src/styles/base/index.scss |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/styles/base/index.scss b/src/styles/base/index.scss
index c245a3f..e546a3f 100644
--- a/src/styles/base/index.scss
+++ b/src/styles/base/index.scss
@@ -354,9 +354,9 @@
 
         .el-dialog__body {
             padding-top: 0;
-            flex: 1;
             display: flex;
             flex-direction: column;
+            height: calc(100% - 56px);
 
             .btn-change {
                 display: flex;
@@ -382,6 +382,7 @@
                 flex-wrap: wrap;
                 justify-self: flex-start;
                 align-content: flex-start;
+                overflow-y: auto;
 
                 .item {
                     display: flex;
@@ -402,13 +403,16 @@
 
                     &>div:nth-of-type(2) {
                         width: calc(100% - 140px);
+
+                        overflow: hidden;
+                        text-overflow: ellipsis;
+                        white-space: nowrap;
                     }
                 }
 
                 .dialog-content {
                     width: 100%;
                     display: flex;
-                    height: 36px;
                     line-height: 36px;
                     flex-direction: row;
                     text-align: left;

--
Gitblit v1.9.3