💄 调整mention组件样式

This commit is contained in:
目棃
2025-03-26 17:50:05 +08:00
parent 1d637705b7
commit 39f2a7dc31

View File

@@ -25,12 +25,11 @@ async function toLink(): Promise<void> {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0 5px;
padding: 0 4px;
border: 1px solid var(--common-shadow-1);
border-radius: 5px;
margin: 0 2px;
border-radius: 4px;
margin: 2px;
color: #00c3ff;
cursor: pointer;
transform: translateY(2px);
}
</style>