mirror of
https://github.com/certd/certd.git
synced 2026-04-24 20:57:26 +08:00
chore:
This commit is contained in:
+8
-6
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user