fix: 修改css冲突

This commit is contained in:
Tim
2025-10-17 17:42:12 +08:00
parent 3b3f99754d
commit 232f40151b
2 changed files with 12 additions and 2 deletions

View File

@@ -256,4 +256,14 @@ defineExpose({
font-size: 12px;
color: #666;
}
.search-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
z-index: 10000;
}
</style>

View File

@@ -92,7 +92,7 @@
></div>
<div class="article-footer-container">
<div class="option-container">
<div class="article-option-container">
<ReactionsGroup
ref="postReactionsGroupRef"
v-model="postReactions"
@@ -1286,7 +1286,7 @@ onMounted(async () => {
margin-bottom: 10px;
}
.option-container {
.article-option-container {
display: flex;
flex-direction: row;
align-items: center;