Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
冯丙见
AI私人知识库
提交
909df15f
A
AI私人知识库
项目概览
冯丙见
/
AI私人知识库
与 Fork 源项目一致
Fork自
冯丙见 / AI绘图
通知
1
Star
128
Fork
113
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
A
AI私人知识库
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
909df15f
编写于
1月 15, 2024
作者:
W
weixin_44463441
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Auto Commit
上级
053ec8ab
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
8 addition
and
5 deletion
+8
-5
src/components/content/index.vue
src/components/content/index.vue
+8
-5
未找到文件。
src/components/content/index.vue
浏览文件 @
909df15f
...
...
@@ -24,7 +24,7 @@
</span>
<button
v-if=
"data?.total === 0"
class=
"bg-green-600 px-2 text-sm hover:bg-green-700 rounded-lg text-gray-100 h-6"
@
click=
"showLoadDataDialog=true"
>
添加样例数据
</button>
</div>
<table
class=
"
table-auto
w-full bg-gray-200 text-left"
>
<table
class=
" w-full bg-gray-200 text-left"
>
<thead>
<tr
class=
"h-10 *:border-b *:border-slate-300 *:pl-2 *:bold"
>
<th
>
#
</th>
...
...
@@ -34,14 +34,17 @@
</thead>
<tbody>
<tr
v-for=
"(item, index) in data.list"
class=
"*:h-16 *:border-b *:border-slate-300 *:pl-2 *:hover:bg-gray-300"
>
<td
class=
"w-
[80px]
"
>
{{
index
+
1
}}
</td>
<td
class=
"w-
10 md:w-14
"
>
{{
index
+
1
}}
</td>
<td>
<textarea
class=
"my-2 w-full bg-gray-100 h-32 max-h-64 border-gray-300 text-slate-600 text-sm"
v-model=
"item.content"
maxLength=
"512"
></textarea>
</td>
<td
class=
"*:py-1 *:px-4 *:rounded-md *:mr-2 *:text-gray-100 w-[160px]"
>
<td
class=
"w-16 md:w-24 lg:w-64"
>
<div
class=
"flex gap-2 flex-col md:flex-row justify-center items-center *:rounded "
>
<button
@
click=
"deleteItem(item)"
class=
"text-gray-100 bg-orange-800 hover:bg-orange-900 w-14 md:w-16"
>
删除
</button>
<button
@
click=
"updateItem(item)"
class=
"text-gray-100 bg-slate-700 hover:bg-slate-800 w-14 md:w-16"
>
更新
</button>
</div>
<button
@
click=
"deleteItem(item)"
class=
"bg-orange-800 hover:bg-orange-900 sm:inline"
>
删除
</button>
<button
@
click=
"updateItem(item)"
class=
"bg-slate-700 hover:bg-slate-800"
>
更新
</button>
</td>
</tr>
</tbody>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录