update README,CHANGELOG

This commit is contained in:
ray_wuhao 2023-03-11 18:19:40 +08:00
parent 875626c8d2
commit 077f5a8b67
2 changed files with 10 additions and 2 deletions

View File

@ -22,4 +22,12 @@
### Feats
- 修改 demo 页面展示
- 修改 RayCollapseGrid, RayTable 组件为默认不展示 border
- 修改 RayCollapseGrid、RayTable 组件为默认不展示 border
## 3.1.3
### Feats
- RayTable 组件新增全屏、尺寸调整功能
- 新增 css 预处理全局注入辅助函数。详情看 [mixinCSS](https://github.com/XiaoDaiGua-Ray/xiaodaigua-ray.github.io/blob/main/cfg.ts)
- RayTable 组件部分提示文案修改

View File

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