fix:1.调整表格细节样式 2.添加请求入参

This commit is contained in:
刘洪洪
2022-09-19 11:44:41 +08:00
parent 42a0b907df
commit c75e0feb63
2 changed files with 27 additions and 7 deletions

View File

@@ -1,7 +1,6 @@
.dns-mailcious-domain {
$blue: #046ECA;
$fontFamily: NotoSansHans-Medium;
position: absolute;
height: 100%;
width: 100%;
display: flex;
@@ -15,9 +14,10 @@
}
.dns-mailcious-domain-table {
height: 100% !important;
height: calc(100% - 30px) !important;
border: 1px solid #E2E5EC;
border-radius: 4px;
font-size: 12px;
padding: 1px;
.el-table__header-wrapper {
@@ -27,15 +27,21 @@
.dns-column__span {
font-size: 12px;
color: #353636;
font-weight: 500;
}
}
}
.el-table__body-wrapper.is-scrolling-none {
tr td {
padding: 6.49px 0;
}
}
}
.data-mailcious-domain-table {
display: flex !important;
height: auto;
line-height: 16.9px;
line-height: 20.4px;
flex-direction: row;
align-items: center;
flex-wrap: wrap;