fix: 修复因类名重复导致的样式问题

This commit is contained in:
@changcode
2022-07-15 14:27:11 +08:00
parent 2c51f6c363
commit 66138c7edd
3 changed files with 4 additions and 3 deletions

View File

@@ -24,7 +24,8 @@
.ddos-detection-type {
display: flex;
justify-content: space-between;
margin: 20px 0;
height: calc(100% - 65px);
margin-top: 20px;
.ddos-detection-type-value {
display: flex;
flex-direction: column;