fix: 修复查看证书详情页面错位的bug

This commit is contained in:
xiaojunnuo
2026-03-17 14:53:46 +08:00
parent c66e5f9fcd
commit 7f37df4227

View File

@@ -100,7 +100,10 @@ function formatDate(dateStr: string): string {
.cert-detail {
table {
width: 100%;
table-layout: fixed;
table-layout: fixed !important;
}
.ant-descriptions-item-label {
width: 90px;
}
.fingerprint {
.label {