feat: 更新 API 客户端配置,使用环境变量设置 baseURL;优化头像组件样式

This commit is contained in:
2025-12-29 14:26:38 +07:00
parent d2c438f3d4
commit e0d64261e1
4 changed files with 11 additions and 42 deletions

View File

@@ -24,6 +24,6 @@ ion-avatar {
--padding: 10px;
background-color: #e7f6e1;
padding: var(--padding);
border: 2px solid #e3e3e3;
border: 2px solid #e3ffcb;
}
</style>