时间统一为时分秒

This commit is contained in:
zhangyc
2022-12-11 14:47:55 +08:00
parent 1b9f976f55
commit cd94fe07d3
15 changed files with 35 additions and 28 deletions

View File

@@ -115,16 +115,16 @@ export default {
}
.close {
width: 16px;
height: 16px;
border-radius: 8px;
width: 50px;
height: 50px;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
top: 17px;
right: 27px;
top: 0px;
right: 0px;
}
.close:hover {