💄 调整样式

This commit is contained in:
目棃
2025-03-17 10:10:06 +08:00
parent 4ef3313eb1
commit a3e42b63e6
32 changed files with 233 additions and 170 deletions

View File

@@ -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);
}

View File

@@ -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;
}