Commit feb41816 authored by nick zheng's avatar nick zheng

chore: 知识库切片向下新增图标更换

parent b71d5d1f
......@@ -8,8 +8,13 @@
name="viewport"
content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<link rel="stylesheet" href="//at.alicdn.com/t/c/font_4711453_m4bkcrjzo7h.css" />
<link rel="preload" href="https://gsst-poe-sit.gz.bcebos.com/front/SourceHanSansCN-Medium.otf" as="font" crossorigin="anonymous" />
<link rel="stylesheet" href="//at.alicdn.com/t/c/font_4711453_j0r9s4e1cc9.css" />
<link
rel="preload"
href="https://gsst-poe-sit.gz.bcebos.com/front/SourceHanSansCN-Medium.otf"
as="font"
crossorigin="anonymous"
/>
<title>Model Link</title>
<script src="/tinymce/tinymce.min.js" type="module" referrerpolicy="origin"></script>
</head>
......
......@@ -57,7 +57,7 @@ const isShowKnowledgeChunkAction = ref(false)
<n-popover trigger="hover">
<template #trigger>
<i
class="iconfont icon-add-chunk-up hover:text-font-color hover:bg-background-color flex h-6 w-6 rotate-180 cursor-pointer items-center justify-center rounded-full text-sm"
class="iconfont icon-add-chunk-down hover:text-font-color hover:bg-background-color flex h-6 w-6 cursor-pointer items-center justify-center rounded-full text-sm"
@click="emit('downAddChunk', chunkItem.chunkSort + 1)"
/>
</template>
......
......@@ -104,7 +104,7 @@ export function createQAKnowledgeChunkColumn(
v-slots={{
trigger: () => (
<i
class='iconfont icon-add-chunk-up hover:text-font-color hover:bg-background-color flex h-6 w-6 rotate-180 cursor-pointer items-center justify-center rounded-full text-sm'
class='iconfont icon-add-chunk-down hover:text-font-color hover:bg-background-color flex h-6 w-6 cursor-pointer items-center justify-center rounded-full text-sm'
onClick={() => {
handleKnowledgeChunkTableAction('addDown', row.chunkRelationId, row)
}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment