fix: 增加 dns 头部title, detenctions tab切换列表字段展示调整

This commit is contained in:
@changcode
2022-04-06 13:42:23 +08:00
parent cc368519b7
commit 31a9196bbb
4 changed files with 57 additions and 31 deletions

View File

@@ -351,13 +351,24 @@
width: 100%;
.single-value__content {
display: flex;
justify-content: center;
flex-direction: column;
width: 100%;
height: 100%;
.single-value__data {
display: flex;
flex-direction: column;
padding: 10px 20px 10px 18px;
.content__title {
font-size: 16px;
color: #333333;
}
}
.content__data {
width: 90%;
height: 100%;
display: flex;
margin: auto;
flex-direction: column;
justify-content: center;
}