element/packages/theme-default
DuLinRain 1d90390fa5 DateTimePicker: fix hidden last item of sidebar (#7567)
* Update picker-panel.css

fix "last item been overlapped by footbar bug" when sidebar items are two more。even overflow can not resolve this problem, it is not the same thing. the details you can see https://dulinrain.github.io/elementui/ElementUI%E4%B9%8B%E6%97%B6%E9%97%B4%E6%8F%92%E4%BB%B6Bug.html

* Update date-picker.css

reply to the reviewe of #7567 (https://github.com/ElemeFE/element/pull/7567)

* Update picker-panel.css

remove the previous fix after the review of  #7567(https://github.com/ElemeFE/element/pull/7567)

* Update date-picker.css

* Update picker-panel.css
2017-10-22 21:54:12 -05:00
..
src DateTimePicker: fix hidden last item of sidebar (#7567) 2017-10-22 21:54:12 -05:00
.gitignore Remove submodule 2016-11-02 12:42:14 +08:00
README.md fix salad config 2016-11-13 22:08:38 +08:00
gulpfile.js fix salad config 2016-11-13 22:08:38 +08:00
package.json [build] 1.4.7 2017-10-16 16:25:29 +08:00
salad.config.json fix salad config 2016-11-13 22:08:38 +08:00

README.md

element-theme-default

element component defualt theme.

Installation

npm i element-theme-default -S

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/lib/index.css">

Import your need

import 'element-theme-default/lib/input.css';
import 'element-theme-default/lib/select.css';

// ...