add Select Component

add Select Component
This commit is contained in:
梁灏 2016-10-17 12:34:20 +08:00
parent c13471b5fb
commit e355dd49d3
21 changed files with 1137 additions and 99 deletions

View file

@ -10,6 +10,7 @@
@link-color : #0099e5;
@link-hover-color : tint(@link-color, 20%);
@link-active-color : shade(@link-color, 5%);
@selected-color : fade(@primary-color, 90%);
// Base
@body-background : #fff;
@ -28,7 +29,8 @@
@border-color-split : #e9e9e9; // inside
// Background color
@background-color-base : #f7f7f7; // base
@background-color-base : #f7f7f7; // base
@background-color-select-hover: @input-disabled-bg;
// Shadow
@shadow-color : rgba(100, 100, 100, .2);
@ -102,6 +104,7 @@
@zindex-spin : 8;
@zindex-affix : 10;
@zindex-back-top : 10;
@zindex-select : 900;
@zindex-modal : 1000;
@zindex-message : 1010;
@zindex-notification : 1010;