fix: 布局微调

This commit is contained in:
tim
2025-10-15 18:08:16 +08:00
parent 277883f9d9
commit 4f248e8a71
3 changed files with 2 additions and 11 deletions

View File

@@ -392,15 +392,6 @@ const handleContentClick = (e) => {
</script>
<style scoped>
.article-footer-container {
display: flex;
flex-direction: row;
align-items: center;
gap: 10px;
flex-wrap: wrap;
margin-top: 6px;
}
.comment-reaction-actions {
display: flex;
flex-direction: row;

View File

@@ -756,7 +756,7 @@ function goBack() {
.message-reaction-row {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
gap: 10px;
flex-wrap: wrap;
margin-top: 6px;

View File

@@ -1272,7 +1272,7 @@ onMounted(async () => {
.article-footer-container {
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-between;
gap: 10px;
margin-top: 0px;
flex-wrap: wrap;