101 lines
2.0 KiB
Plaintext
101 lines
2.0 KiB
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-wrapper {
|
|
display: inline-block !important;
|
|
|
|
.wea-select, .ant-select, .ant-select-selection {
|
|
width: 100%;
|
|
}
|
|
|
|
.wea-select .wea-select-input .arrow {
|
|
position: absolute;
|
|
right: 4px;
|
|
top: 8px;
|
|
color: #666;
|
|
}
|
|
|
|
.wea-select .wdb {
|
|
word-break: break-all !important;
|
|
word-wrap: break-word !important;
|
|
white-space: nowrap !important;
|
|
}
|
|
|
|
.wea-select .wea-select-input {
|
|
height: 30px;
|
|
white-space: nowrap;
|
|
min-width: 100px;
|
|
max-width: 426.16px;
|
|
width: 100%;
|
|
display: inline-block;
|
|
padding: 4px 17px 4px 4px;
|
|
position: relative;
|
|
min-height: 30px;
|
|
border: 1px solid #d9d9d9;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
-o-text-overflow: ellipsis;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
|
|
.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;
|
|
}
|
|
}
|
|
}
|