feat: 样式调整
This commit is contained in:
@@ -1,13 +1,5 @@
|
|||||||
<!--
|
|
||||||
* @Author: kongbeiwu lishaohua-520@qq.com
|
|
||||||
* @Date: 2025-12-21 23:02:06
|
|
||||||
* @LastEditors: kongbeiwu lishaohua-520@qq.com
|
|
||||||
* @LastEditTime: 2025-12-22 01:24:00
|
|
||||||
* @FilePath: /project/zn-ai/src/renderer/views/knowledge/index.vue
|
|
||||||
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
|
|
||||||
-->
|
|
||||||
<template>
|
<template>
|
||||||
<div class="bg-white box-border w-full h-full rounded-[16px] p-[20px]">
|
<div class="bg-white box-border w-full h-full p-[20px]">
|
||||||
<TitleSection title="知识库管理" desc="内容管理" />
|
<TitleSection title="知识库管理" desc="内容管理" />
|
||||||
<el-tabs v-model="activeName" class="demo-tabs" @tab-click="handleClick">
|
<el-tabs v-model="activeName" class="demo-tabs" @tab-click="handleClick">
|
||||||
<el-tab-pane label="事件管理" name="first">
|
<el-tab-pane label="事件管理" name="first">
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="bg-white box-border w-full h-full rounded-[16px] flex">
|
<div class="bg-white box-border w-full h-full flex">
|
||||||
<SystemConfig @change=onChange />
|
<SystemConfig @change=onChange />
|
||||||
|
|
||||||
<component :is="currentComponent" />
|
<component :is="currentComponent" />
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="bg-gray-100 h-full flex flex-col p-[20px]">
|
<div class="bg-white h-full flex flex-col p-[20px]">
|
||||||
任务中心
|
任务中心
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user