添加筛选
This commit is contained in:
14
src/component/table/soultable.less
Normal file
14
src/component/table/soultable.less
Normal file
@@ -0,0 +1,14 @@
|
||||
.soulbox{
|
||||
position: absolute;
|
||||
background-color: #333333;
|
||||
color: #fff;
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
z-index: 2147483647;
|
||||
min-width: 160px;
|
||||
max-width: 300px;
|
||||
overflow-y: auto;
|
||||
border: 1px solid #e6e6e6;
|
||||
border-radius: 5px;
|
||||
box-shadow: 2px 2px 4px -2px rgba(0,0,0,.2);
|
||||
}
|
||||
Reference in New Issue
Block a user