文案内容错误修改

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", "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",

View File

@ -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="基础表格"