Files
element-plus/packages/theme-chalk
codingories 4542f9d164 fix(theme-chalk): [tabs]: include border-top in nav height (#21008)
* 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>
2025-07-25 18:09:46 +08:00
..

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'

// ...