mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
* fix(components): [el-tabs] style bug when zoom in or zoom out * fix(components): [el-tabs] change another way css inset to fix style bug * Revert "fix(components): [el-tabs] style bug when zoom in or zoom out" This reverts commit f206524b96a58850b841472ad06da54e13c7754c. * fix(theme-chalk): [tabs]: include border-top in nav height * chore: set border-box * chore: remove useless --------- Co-authored-by: codingories <junjie.zhu@r2.ai> Co-authored-by: Dsaquel <291874700n@gmail.com>
element-theme-chalk
element component chalk theme.
Installation
npm i element-plus
Usage
Use Sass import
@use 'element-plus/lib/theme-chalk/index.scss';
Or Use vite/webpack
import 'element-plus/lib/theme-chalk/index.css'
Or
<link
rel="stylesheet"
href="https://unpkg.com/element-plus/lib/theme-chalk/index.css"
/>
Import on demand
import 'element-plus/lib/theme-chalk/input.css'
import 'element-plus/lib/theme-chalk/select.css'
// ...