feat: 组织预警列表
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user