💄 调整UI

This commit is contained in:
目棃
2024-09-27 20:39:57 +08:00
parent d474588f26
commit aa1220eadd

View File

@@ -88,8 +88,8 @@ async function shareImg(): Promise<void> {
.tolc-box { .tolc-box {
position: relative; position: relative;
width: 340px; width: 340px;
height: 200px; padding: 10px;
padding: 5px; border: 1px solid var(--common-shadow-2);
border-radius: 5px; border-radius: 5px;
background: var(--app-page-bg); background: var(--app-page-bg);
} }