mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2026-04-02 06:45:08 +08:00
💄 调整样式
This commit is contained in:
@@ -179,8 +179,8 @@ async function onSubmit(): Promise<void> {
|
||||
}
|
||||
|
||||
.topc-btn {
|
||||
background: var(--btn-bg-1);
|
||||
color: var(--btn-text-1);
|
||||
background: var(--tgc-btn-1);
|
||||
color: var(--btn-text);
|
||||
font-family: var(--font-title);
|
||||
}
|
||||
|
||||
|
||||
@@ -252,7 +252,11 @@ async function handleUser(): Promise<void> {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
overflow: hidden;
|
||||
border-top: 1px inset var(--common-shadow-1);
|
||||
border-right: 1px inset var(--common-shadow-1);
|
||||
background-color: v-bind("props.modelValue.user.reply_bubble?.bg_color");
|
||||
border-top-right-radius: 4px;
|
||||
opacity: 0.5;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user