14 lines
193 B
Plaintext
14 lines
193 B
Plaintext
|
|
.rule-modal-wrapper{
|
||
|
|
.ant-select{
|
||
|
|
width: 100%;
|
||
|
|
.ant-select-selection{
|
||
|
|
height: 30px;
|
||
|
|
border-radius: 0;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
.item{
|
||
|
|
display: flex;
|
||
|
|
align-items: center;
|
||
|
|
}
|
||
|
|
}
|