mirror of
https://github.com/element-plus/element-plus.git
synced 2024-12-21 02:50:11 +08:00
0cb4f7037f
Fix the bug of abnormal height and width of table when the parent container is display: flex fix #922 Co-authored-by: winerlu <winerlu@tencent.com> |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
gulpfile.js | ||
package.json | ||
README.md |
element-theme-chalk
element component chalk theme.
Installation
npm i element-theme-chalk -S
Usage
Use Sass import
@import 'element-theme-chalk';
Or Use webpack
import 'element-theme-chalk';
Or
<link rel="stylesheet" href="path/to/node_modules/element-theme-chalk/lib/index.css">
Import on demand
import 'element-theme-chalk/lib/input.css';
import 'element-theme-chalk/lib/select.css';
// ...