From 99ae26e615613073f5faeef67a54b98934da85dd Mon Sep 17 00:00:00 2001
From: liudong <liudong>
Date: 星期五, 02 八月 2024 13:37:11 +0800
Subject: [PATCH] 解析块和解析方法的页面开发和功能开发
---
src/views/dmx/knowledgeLib/index.vue | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/src/views/dmx/knowledgeLib/index.vue b/src/views/dmx/knowledgeLib/index.vue
index cffd016..4cc8eca 100644
--- a/src/views/dmx/knowledgeLib/index.vue
+++ b/src/views/dmx/knowledgeLib/index.vue
@@ -778,6 +778,8 @@
padding: 0 20px 20px 20px;
.main-container{
display: flex;
+ width: 100%;
+ height: 100%;
.lf-container{
display: flex;
flex-direction: column;
@@ -787,15 +789,17 @@
width: 200px;
.lf-container-top{
display: flex;
+ margin: 10px 0;
}
.lf-container-down{
display: flex;
flex-direction: column;
width: 90%;
- height: calc(100% - 5rem);
+ height: 56rem;
border: 1px solid #eeeeee;
overflow: auto;
padding: 10px;
+ margin-bottom: 10px;
.tabs .tab {
cursor: pointer;
box-sizing: border-box;
@@ -828,7 +832,7 @@
//background: #626aea;
margin-left: 20px;
width: calc(100% - 200px);
- height: calc(100% - 5rem);
+ height: 56rem;
.rt-container-main{
height: 76vh;
}
--
Gitblit v1.8.0