fix:Detection模块调整部分样式

This commit is contained in:
刘洪洪
2022-11-15 11:36:40 +08:00
parent aee521d5bc
commit 5ecf096e40
6 changed files with 22 additions and 11 deletions

View File

@@ -60,12 +60,13 @@
font-family: NotoSansHans-Medium;
height: 28px;
line-height: 28px;
background: #F5F8FA;
font-size: 14px;
color: #353636;
font-weight: 500;
padding: 0 10px;
margin-right: 10px;
border: 1px solid #E0E0E0;
border: 1px solid #E2E5EC;
border-radius: 2px;
cursor: pointer;
}
@@ -74,7 +75,7 @@
font-size: 14px;
}
.detection-border {
border: 1px solid #E0E0E0;
border: 1px solid #E2E5EC;
border-radius: 4px;
}
.explorer-container {