pull/213/head
xiaojunnuo 2024-10-10 02:37:23 +08:00
parent 722557fd14
commit 1b4ba04a23
1 changed files with 8 additions and 6 deletions

View File

@ -48,10 +48,12 @@ function onRecordChange(domain: string, record: CnameRecord) {
.cname-verify-plan { .cname-verify-plan {
width: 100%; width: 100%;
table-layout: fixed; table-layout: fixed;
tbody tr td {
border-top: 1px solid #e8e8e8 !important;
}
tr { tr {
td { td {
border: 0 !important; border: 0 !important;
border-bottom: 1px solid #e8e8e8 !important;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; white-space: nowrap;
@ -60,11 +62,11 @@ function onRecordChange(domain: string, record: CnameRecord) {
text-align: center; text-align: center;
} }
} }
&:last-child { //&:last-child {
td { // td {
border-bottom: 0 !important; // border-bottom: 0 !important;
} // }
} //}
} }
} }
</style> </style>