Skip to content

Commit

Permalink
docs: 修复部分文档
Browse files Browse the repository at this point in the history
  • Loading branch information
Lands-1203 committed Mar 27, 2024
1 parent f6eea26 commit 6ab04f9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ group: 使用指南

### 使用私有库包

- 使用 `npm config set --global @lands:registry=http://npm.lantao.work`,或者在项目中 `.npmrc` 文件写入 `@lands:registry=http://npm.lantao.work/`
- 使用 `npm config set --global @lands-pro:registry=http://npm.lantao.work`,或者在项目中 `.npmrc` 文件写入 `@lands-pro:registry=http://npm.lantao.work/`
- 使用 `pnpm i @lands-pro/antd-react-components` 安装包,如果之前已经安装需要将原来的包删除后再安装。
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lands-pro/antd-react-components",
"version": "1.0.2",
"version": "1.0.3",
"description": "Lands Pro-后台开发常用的react组件",
"keywords": [
"antd",
Expand Down
5 changes: 2 additions & 3 deletions src/ProTableEdit/styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@

.lands-protabledit-form {
max-height: 60vh;
overflow: 'scroll';
overflow-x: hidden;
overflow-y: auto;
overflow: scroll;
overflow: hidden auto;
scrollbar-width: none;
-ms-overflow-style: none;
}

0 comments on commit 6ab04f9

Please sign in to comment.