fix: changelog--文章内容更新 移动端适配 #937

This commit is contained in:
tim
2025-09-10 12:47:09 +08:00
parent d02c316a70
commit 7d25e87fbc
2 changed files with 33 additions and 14 deletions

View File

@@ -110,11 +110,13 @@ const diffHtml = computed(() => {
border-bottom: 1px solid var(--normal-border-color);
padding-bottom: 10px;
}
.change-log-text {
display: flex;
flex-wrap: wrap;
align-items: center;
}
.change-log-user {
font-weight: bold;
margin-right: 4px;
@@ -132,6 +134,7 @@ const diffHtml = computed(() => {
margin-right: 4px;
cursor: pointer;
}
.change-log-time {
font-size: 12px;
opacity: 0.6;