Commit fc60e8cec2ab2aea2f96668d692083c515607861

Authored by fengwotao
1 parent affdc31d

fix: DEFECT-1270 优化账号详情页样式

... ... @@ -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>
... ...