vue-vben-admin/packages/styles
LinaBell dbe5b33db6
fix: some antd components failed to verify styles (#4458)
* fix: hover border style same as antd style when validate error

* fix: hover border style same as antd style when validate error

* feat(@vben-core/form-ui): Default form validation rules applicable to selector components

* fix: Missing the default required label style for components such as select

* fix: the focus style and antd of the input box validation failure should be consistent

* fix: the focus style and antd of the input box validation failure should be consistent

* fix: some antd components failed to verify styles

---------

Co-authored-by: vince <vince292007@gmail.com>
2024-09-21 20:09:43 +08:00
..
src fix: some antd components failed to verify styles (#4458) 2024-09-21 20:09:43 +08:00
package.json chore: release v5.3.0-beta.2 2024-09-10 22:20:51 +08:00
README.md feat: add swap component (#4149) 2024-08-14 20:37:21 +08:00
tsconfig.json chore: update deps 2024-06-02 23:46:18 +08:00

@vben/styles

用于多个 app 公用的样式文件,继承了 @vben-core/design 的所有能力。业务上有通用的样式文件可以放在这里。

用法

添加依赖

# 进入目标应用目录,例如 apps/xxxx-app
# cd apps/xxxx-app
pnpm add @vben/styles

使用

import '@vben/styles';