Sign in
简柏林
/
thingskit-front
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
fc60e8cec2ab2aea2f96668d692083c515607861
Authored by
fengwotao
2023-05-11 09:54:05 +0800
1 parent
affdc31d
fix: DEFECT-1270 优化账号详情页样式
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
src/views/system/account/AccountDetail.vue
src/views/system/account/AccountDetail.vue
View file @
fc60e8c
...
...
@@ -58,3 +58,9 @@
58
58
},
59
59
});
60
60
</script>
61
+
62
+
<style scoped>
63
+
.vben-collapse-container {
64
+
background-color: white !important;
65
+
}
66
+
</style>
...
...