@@ -388,6 +388,7 @@ const Index = (props) => {
margin: "0px 0px",
width: "calc(100% - 287px)",
}}
+ labelStyle={{ width: 72 }}
>
<Descriptions.Item span={3} label="告警名称">
{props.data?.data?.name}
@@ -90,7 +90,6 @@
.status {
color: var(--dt-text-color2);
font-size: 18px;
- font-weight: 600;
margin-bottom: 18px;
}
.buttons {