新讨论测试修改

This commit is contained in:
A1300399510
2025-02-18 19:06:04 +08:00
parent 8bf8d3ca9a
commit e55ba47112
4 changed files with 53 additions and 12 deletions

View File

@@ -252,6 +252,15 @@
color: #333333;
margin-right: 10px;
}
.content .right .header .mj-header .hide {
cursor: pointer;
color: #aaaaaa;
margin-left: 12px;
}
.content .right .header .mj-header .hide .icon {
height: 16px;
margin-right: 5px;
}
.content .right .header .mj-header .time {
color: #aaaaaa;
}

View File

@@ -308,6 +308,17 @@
color: #333333;
margin-right: 10px;
}
.hide {
cursor: pointer;
color: #aaaaaa;
margin-left: 12px;
.icon {
height: 16px;
margin-right: 5px;
}
}
.time {
color: #aaaaaa;
}
@@ -1930,4 +1941,3 @@
}
}
}