34 lines
475 B
Plaintext
34 lines
475 B
Plaintext
.abnormalWapper {
|
|
padding: 10px 12px;
|
|
|
|
.top {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
|
|
i:first-child {
|
|
margin-right: 12px;
|
|
color: #666;
|
|
}
|
|
|
|
i {
|
|
font-size: 16px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
button {
|
|
margin-right: 12px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.accountDialogWrapper{
|
|
.wea-select,.ant-select,.ant-select-selection{
|
|
width: 100%;
|
|
}
|
|
.ant-select-selection{
|
|
height: 30px;
|
|
border-radius: 0;
|
|
}
|
|
}
|