From 478808cba94297e7dde76bd1b91acd38840649d7 Mon Sep 17 00:00:00 2001 From: liudong <liudong> Date: 星期五, 09 八月 2024 20:45:19 +0800 Subject: [PATCH] 图片上传解决方案 --- src/views/dmx/knowledgeLib/test.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/views/dmx/knowledgeLib/test.vue b/src/views/dmx/knowledgeLib/test.vue index b340e87..4dae6dc 100644 --- a/src/views/dmx/knowledgeLib/test.vue +++ b/src/views/dmx/knowledgeLib/test.vue @@ -189,14 +189,13 @@ display: flex; justify-content: space-between; height: 100%; - //background: #626aea; &-lf{ width: 30%; height: 100%; //border: 1px solid var(--color-fill-3); background: var(--color-bg-2); border-radius: 10px; - overflow: hidden; + overflow: auto; &-top{ width: 100%; height: 60px; -- Gitblit v1.8.0