feat: 组织预警列表

This commit is contained in:
汪少伟
2025-03-16 11:20:22 +08:00
6 changed files with 143 additions and 53 deletions

View File

@@ -473,3 +473,20 @@ input {
transform-origin: center;
transform: rotateZ(180deg) !important;
}
// 二次确认框
.popover-content {
p {
margin: 10px 0;
font-size: 14px;
max-width: 200px;
white-space: break-spaces;
}
footer {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 10px;
margin-bottom: 10px;
}
}