optimize Select style

optimize Select style
This commit is contained in:
梁灏 2016-11-07 15:55:05 +08:00
parent 7d5431d85a
commit 9a9e103f4c
5 changed files with 51 additions and 28 deletions

View file

@ -5,12 +5,13 @@
max-height: 200px;
overflow: auto;
margin: 5px 0;
padding: 7px 0;
padding: 5px 0;
background-color: #fff;
box-sizing: border-box;
border: 1px solid @border-color-base;
border: 1px solid @border-color-split;
border-radius: @btn-border-radius;
box-shadow: 0 1px 3px rgba(0,0,0,.2);
//box-shadow: 0 1px 3px rgba(0,0,0,.2);
box-shadow: @shadow-base;
position: absolute;
z-index: @zindex-select;
}