wui-components-v2 1.0.57 → 1.0.59
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
package/components/user/user.vue
CHANGED
|
@@ -75,7 +75,7 @@ function setting() {
|
|
|
75
75
|
@click="goUserInfo"
|
|
76
76
|
/> -->
|
|
77
77
|
<!-- <wd-cell title="修改密码" icon="keywords" :is-link="true" :clickable="true" /> -->
|
|
78
|
-
<wd-cell title="系统设置" icon="
|
|
78
|
+
<wd-cell title="系统设置" icon="setting" :is-link="true" :clickable="true" @click="setting" />
|
|
79
79
|
<wd-cell title="退出登录" icon="logout" :is-link="true" :clickable="true" @click="quit" />
|
|
80
80
|
</wd-cell-group>
|
|
81
81
|
<wd-message-box />
|
|
@@ -84,7 +84,7 @@ function setting() {
|
|
|
84
84
|
|
|
85
85
|
<style scoped lang="scss">
|
|
86
86
|
.user {
|
|
87
|
-
background-color: #f5f5f5;
|
|
87
|
+
// background-color: #f5f5f5;
|
|
88
88
|
// height: 100vh;
|
|
89
89
|
|
|
90
90
|
.top-box {
|