nicecode-v2/packages/biz/lib/WarningRecordCard/index.less

27 lines
388 B
Plaintext

.zhst-biz-warning-record-card {
cursor: pointer;
.ant-card-body {
padding: 0;
font-family: MicrosoftYaHei;
line-height: 19px;
display: flex;
margin-top: 10px;
.left-context {
flex: 1;
>div {
margin-top: 6px;
}
>div:nth-child(1) {
margin-top: 0;
}
}
.warning-type {
font-weight: bold;
}
}
}