mirror of
https://github.com/XiaoDaiGua-Ray/ray-template.git
synced 2025-09-10 12:50:34 +08:00
文案内容错误修改
This commit is contained in:
parent
57414e3306
commit
6bc7a23987
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "ray-template",
|
"name": "ray-template",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "3.0.0",
|
"version": "3.0.1",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vite",
|
"dev": "vite",
|
||||||
|
@ -156,11 +156,14 @@ const TableView = defineComponent({
|
|||||||
</p>
|
</p>
|
||||||
<p>该组件可以配合 RayCollapseGird 组件使用实现可折叠搜索栏</p>
|
<p>该组件可以配合 RayCollapseGird 组件使用实现可折叠搜索栏</p>
|
||||||
</NCard>
|
</NCard>
|
||||||
|
<NCard style={['margin-top: 18px']}>
|
||||||
|
{{
|
||||||
|
default: () => (
|
||||||
<NSpace vertical>
|
<NSpace vertical>
|
||||||
<NSpace style={['margin-top: 18px']}>
|
<NSpace style={['margin-top: 18px']}>
|
||||||
该组件基于 NGird 实现, 但是由于 css grid 限制, 不能对于 NGridItem
|
该组件基于 NGird 实现, 但是由于 css grid 限制, 不能对于
|
||||||
组件进行二次封装, 所以使用时必须配合 NGirdItem
|
NGridItem 组件进行二次封装, 所以使用时必须配合 NGridItem
|
||||||
使用才能实现示例效果(使用 NGirdItem 包裹元素即可).
|
使用才能实现示例效果(使用 NGridItem 包裹元素即可).
|
||||||
</NSpace>
|
</NSpace>
|
||||||
<NSpace style={['margin-top: 18px']}>
|
<NSpace style={['margin-top: 18px']}>
|
||||||
<NSpace align="center">
|
<NSpace align="center">
|
||||||
@ -175,7 +178,9 @@ const TableView = defineComponent({
|
|||||||
cols={this.gridItemCount}
|
cols={this.gridItemCount}
|
||||||
onUpdateValue={(value: boolean) =>
|
onUpdateValue={(value: boolean) =>
|
||||||
window.$message.info(
|
window.$message.info(
|
||||||
`我是 RayCollapseGrid 组件${value ? '收起' : '展开'}的回调函数`,
|
`我是 RayCollapseGrid 组件${
|
||||||
|
value ? '收起' : '展开'
|
||||||
|
}的回调函数`,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
@ -208,6 +213,9 @@ const TableView = defineComponent({
|
|||||||
}}
|
}}
|
||||||
</RayCollapseGrid>
|
</RayCollapseGrid>
|
||||||
</NSpace>
|
</NSpace>
|
||||||
|
),
|
||||||
|
}}
|
||||||
|
</NCard>
|
||||||
<NCard title="基础使用" style={['margin-top: 18px']}>
|
<NCard title="基础使用" style={['margin-top: 18px']}>
|
||||||
<RayTable
|
<RayTable
|
||||||
title="基础表格"
|
title="基础表格"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user