fix(cert): 修正证书过期时间计算逻辑

This commit is contained in:
xiaojunnuo
2025-05-20 23:19:50 +08:00
parent 1eb9bd34fd
commit a3086e6a5b
3 changed files with 35 additions and 1 deletions
@@ -65,4 +65,10 @@ footer{
.ant-select-multiple .ant-select-selection-item-remove{
display: flex;
align-items: center;
}
.ant-progress.ant-progress-show-info .ant-progress-outer {
margin-inline-end: calc(-3em - 8px);
padding-inline-end: calc(3em + 8px);
}