mirror of https://github.com/certd/certd
chore:
parent
722557fd14
commit
1b4ba04a23
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue