feat:
This commit is contained in:
parent
84a496c0ce
commit
52218ac6f1
@ -18,7 +18,7 @@
|
|||||||
<el-form-item label="引用分段">
|
<el-form-item label="引用分段">
|
||||||
<template v-for="(item, index) in detail.paragraph_list" :key="index">
|
<template v-for="(item, index) in detail.paragraph_list" :key="index">
|
||||||
<CardBox
|
<CardBox
|
||||||
shadow="hover"
|
shadow="none"
|
||||||
:title="item.title || '-'"
|
:title="item.title || '-'"
|
||||||
:description="item.content"
|
:description="item.content"
|
||||||
class="paragraph-source-card cursor mb-8"
|
class="paragraph-source-card cursor mb-8"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user