mirror of
https://gitee.com/ElemeFE/element.git
synced 2024-12-04 13:17:47 +08:00
b36da2f982
1. Add TableStore & TableLayout. 2. Remove customCriteria & customBackgroundColors. 3. Remove fixedColumnCount. 4. Add fixed prop for TableColumn. 5. Add selectable prop for TableColumn[type="selection"]. |
||
---|---|---|
.. | ||
src | ||
gulpfile.js | ||
package.json | ||
README.md |
element-theme-default
element component defualt theme.
Usage
Use Sass Or postcss-import
@import 'element-theme-default';
Or Use webpack
import 'element-theme-default';
Or
<link rel="stylesheet" href="path/to/node_modules/element-theme-default/dist/index.css">
Import your need
import 'element-theme-default/dist/input.css';
import 'element-theme-default/dist/select.css';
// ...