Skip to content

Commit 6d1febd

Browse files
authored
更新 AccountSettingSystem.vue
1 parent bdbaf50 commit 6d1febd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/views/setting/AccountSettingSystem.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1731,9 +1731,8 @@ watch(currentLlmSnapshotKey, (snapshotKey, previousSnapshotKey) => {
17311731

17321732
<style scoped>
17331733
.ai-agent-settings-card {
1734-
border-color: rgba(var(--v-theme-primary), 0.16);
1734+
border-color: rgba(var(--v-theme-primary), 0.01);
17351735
background: linear-gradient(180deg, rgba(var(--v-theme-primary), 0.04) 0%, rgba(var(--v-theme-surface), 0.92) 100%);
1736-
box-shadow: 0 12px 24px rgba(var(--v-theme-on-surface), 0.04);
17371736
}
17381737
17391738
.setting-actions {

0 commit comments

Comments
 (0)