mirror of
https://github.com/certd/certd.git
synced 2026-04-27 23:37:29 +08:00
fix: 修复查看证书详情页面错位的bug
This commit is contained in:
@@ -100,7 +100,10 @@ function formatDate(dateStr: string): string {
|
|||||||
.cert-detail {
|
.cert-detail {
|
||||||
table {
|
table {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
table-layout: fixed;
|
table-layout: fixed !important;
|
||||||
|
}
|
||||||
|
.ant-descriptions-item-label {
|
||||||
|
width: 90px;
|
||||||
}
|
}
|
||||||
.fingerprint {
|
.fingerprint {
|
||||||
.label {
|
.label {
|
||||||
|
|||||||
Reference in New Issue
Block a user