60 lines
936 B
Plaintext
60 lines
936 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-dialog-body {
|
|
background: #f6f6f6;
|
|
padding: 16px;
|
|
|
|
.wea-search-group {
|
|
padding: 0;
|
|
background: #fff;
|
|
border: 1px solid #e5e5e5;
|
|
border-bottom: none;
|
|
|
|
.wea-form-item {
|
|
padding: 5px 16px;
|
|
border-bottom: 1px solid #e5e5e5;
|
|
}
|
|
|
|
.wea-content, .wea-form-cell {
|
|
padding: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.wea-select, .ant-select, .ant-select-selection {
|
|
width: 100%;
|
|
}
|
|
|
|
.ant-select-selection {
|
|
height: 30px;
|
|
border-radius: 0;
|
|
|
|
.ant-select-selection-selected-value {
|
|
max-width: 238px !important;
|
|
}
|
|
}
|
|
}
|