文案内容错误修改

This commit is contained in:
chuan_wuhao 2022-12-27 15:49:59 +08:00
parent 57414e3306
commit 6bc7a23987
2 changed files with 61 additions and 53 deletions

View File

@ -1,7 +1,7 @@
{
"name": "ray-template",
"private": true,
"version": "3.0.0",
"version": "3.0.1",
"type": "module",
"scripts": {
"dev": "vite",

View File

@ -156,11 +156,14 @@ const TableView = defineComponent({
</p>
<p> RayCollapseGird 使</p>
</NCard>
<NCard style={['margin-top: 18px']}>
{{
default: () => (
<NSpace vertical>
<NSpace style={['margin-top: 18px']}>
NGird , css grid , NGridItem
, 使 NGirdItem
使(使 NGirdItem ).
NGird , css grid ,
NGridItem , 使 NGridItem
使(使 NGridItem ).
</NSpace>
<NSpace style={['margin-top: 18px']}>
<NSpace align="center">
@ -175,7 +178,9 @@ const TableView = defineComponent({
cols={this.gridItemCount}
onUpdateValue={(value: boolean) =>
window.$message.info(
`我是 RayCollapseGrid 组件${value ? '收起' : '展开'}的回调函数`,
`我是 RayCollapseGrid 组件${
value ? '收起' : '展开'
}`,
)
}
>
@ -208,6 +213,9 @@ const TableView = defineComponent({
}}
</RayCollapseGrid>
</NSpace>
),
}}
</NCard>
<NCard title="基础使用" style={['margin-top: 18px']}>
<RayTable
title="基础表格"