From 77286f9747a37e4a8a8713f1b7f2195652092795 Mon Sep 17 00:00:00 2001 From: yangyin <1850366751@qq.com> Date: 星期一, 09 九月 2024 11:09:38 +0800 Subject: [PATCH] 文件列表新增查看文件块 --- src/views/project/yw/dataManage/knowledge/viewKnowBase/ViewFile.vue | 12 ------------ 1 files changed, 0 insertions(+), 12 deletions(-) diff --git a/src/views/project/yw/dataManage/knowledge/viewKnowBase/ViewFile.vue b/src/views/project/yw/dataManage/knowledge/viewKnowBase/ViewFile.vue index 3f72791..8cc915d 100644 --- a/src/views/project/yw/dataManage/knowledge/viewKnowBase/ViewFile.vue +++ b/src/views/project/yw/dataManage/knowledge/viewKnowBase/ViewFile.vue @@ -10,18 +10,6 @@ <span class="text-[24px] text-[#26244c] font-[700]">{{ state.knowledgeInfo.knowledge_title }}</span> </div> <div class="set-table-height"> - <!-- <div class="mx-0 mt-[12px] mb-[16px] flex justify-between items-center"> - <div class="flex-col"> - <el-input - v-model="knowledgeFileForm.title" - style="width: 230px; margin-right: 10px; background: #ffffff; border-radius: 6px; transition: all 0.2s" - placeholder="鎼滅储鐭ヨ瘑搴撳悕绉�" - clearable - ></el-input> - <el-button type="primary" icon="ele-Search" @click="handleQueryTable"> 鏌ヨ </el-button> - <el-button icon="ele-Refresh" @click="resetQuery">閲嶇疆 </el-button> - </div> - </div> --> <div class="relative transition-[opacity 0.3s]"> <div class="flex flex-wrap gap-[12px] mt-4 box-border"> <div -- Gitblit v1.9.3