Li Kui
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
2 deletions
-
README.zh-CN.md
-
packages/effects/layouts/src/widgets/preferences/blocks/layout/content.vue
|
|
|
@ -39,7 +39,7 @@ Vue Vben Admin 是 Vue Vben Admin 的升级版本。作为一个免费开源的 |
|
|
|
|
|
|
|
在 Gitpod(适用于 GitHub 的免费在线开发环境)中打开项目,并立即开始编码. |
|
|
|
|
|
|
|
[](https://github.com/vbenjs/vue-vben-admin) |
|
|
|
[](https://gitpod.io/#https://github.com/vbenjs/vue-vben-admin) |
|
|
|
|
|
|
|
## 文档 |
|
|
|
|
|
|
|
|
|
|
|
@ -22,7 +22,7 @@ const PRESET = computed(() => [ |
|
|
|
type: 'wide', |
|
|
|
}, |
|
|
|
{ |
|
|
|
name: '定宽', |
|
|
|
name: $t('preferences.compact'), |
|
|
|
type: 'compact', |
|
|
|
}, |
|
|
|
]); |
|
|
|
|