From e80bf13cd58303e45011f09c7d1e5c15f64a2914 Mon Sep 17 00:00:00 2001 From: liudong <liudong> Date: 星期二, 13 八月 2024 12:28:02 +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