From 0c1919a61a5ba447ee5ab45d487decd9355da98a Mon Sep 17 00:00:00 2001
From: liudong <liudong>
Date: 星期一, 05 八月 2024 13:46:57 +0800
Subject: [PATCH] 知识库智能体管理的页面开发和功能开发
---
src/views/dmx/knowledgeLib/tool.vue | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/src/views/dmx/knowledgeLib/tool.vue b/src/views/dmx/knowledgeLib/tool.vue
index 0fba016..1418515 100644
--- a/src/views/dmx/knowledgeLib/tool.vue
+++ b/src/views/dmx/knowledgeLib/tool.vue
@@ -509,13 +509,14 @@
//color: #2a2a2b!important;
}
}
- .groupMain{
+ .groupMain {
width: 100%;
height: 500px;
overflow: auto;
display: flex;
justify-content: center;
- .groupList{
+
+ .groupList {
display: flex;
padding: 24px;
border-radius: 8px;
@@ -523,7 +524,8 @@
border: 1px solid var(--color-neutral-3);
margin-bottom: 20px;
overflow: auto;
- .groupList-content{
+
+ .groupList-content {
width: 700px;
//height: 100px;
overflow: auto;
@@ -538,12 +540,14 @@
}
}
+
.groupMain {
width: 100%;
height: 500px;
overflow: auto;
display: flex;
justify-content: center;
+
.groupList {
display: flex;
padding: 24px;
@@ -552,6 +556,7 @@
border: 1px solid #f0f0f0;
margin-bottom: 20px;
overflow: auto;
+
.groupList-content {
width: 700px;
//height: 100px;
@@ -566,4 +571,5 @@
}
}
}
+ }
</style>
--
Gitblit v1.8.0