29 lines
709 B
Plaintext
29 lines
709 B
Plaintext
.pageTable-leftnav{
|
|
.leftSelectBox{
|
|
position: relative;
|
|
.searchIcon{
|
|
width: 20px;
|
|
height: 20px;
|
|
cursor: pointer;
|
|
margin-right: 15px;
|
|
}
|
|
.fixedBox{
|
|
position: absolute;
|
|
width: 275px;
|
|
background: #fff;
|
|
right: -10px;
|
|
box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
|
|
border-radius: 8px;
|
|
box-sizing: border-box;
|
|
padding: 12px;
|
|
z-index: 2;
|
|
display: flex;
|
|
align-items: center;
|
|
.noBottom{
|
|
.ant-form-item{
|
|
margin-bottom: 0!important;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |