|
@@ -1,7 +1,7 @@
|
|
|
<template>
|
|
|
<div class="pt-3 d-flex parent">
|
|
|
<v-card class="left">
|
|
|
- <v-list class="side-box" color="primary">
|
|
|
+ <v-list color="primary">
|
|
|
<v-list-subheader class="title mb-3">个人中心</v-list-subheader>
|
|
|
<v-divider></v-divider>
|
|
|
<template v-for="(item, index) in list">
|
|
@@ -106,6 +106,7 @@ updateAccountInfo()
|
|
|
position: sticky;
|
|
|
width: 220px;
|
|
|
height: calc(100vh - 113px);
|
|
|
+ overflow-y: auto;
|
|
|
}
|
|
|
.title {
|
|
|
color: var(--color-333);
|