From 07bde5f88a037f49ee4cda16acf9ede9cffe9f12 Mon Sep 17 00:00:00 2001 From: 若依 <yzz_ivy@163.com> Date: 星期日, 30 十月 2022 09:57:27 +0800 Subject: [PATCH] !610 pagehelper-boot更新1.4.5 Merge pull request !610 from abbfun/N/A --- ruoyi-ui/src/views/system/user/profile/index.vue | 14 ++------------ 1 files changed, 2 insertions(+), 12 deletions(-) diff --git a/ruoyi-ui/src/views/system/user/profile/index.vue b/ruoyi-ui/src/views/system/user/profile/index.vue index 3b7a117..884f0eb 100644 --- a/ruoyi-ui/src/views/system/user/profile/index.vue +++ b/ruoyi-ui/src/views/system/user/profile/index.vue @@ -33,7 +33,7 @@ </li> <li class="list-group-item"> <svg-icon icon-class="date" />创建日期 - <div class="pull-right">2018-08-23 09:11:56</div> + <div class="pull-right">{{ user.createTime }}</div> </li> </ul> </div> @@ -49,7 +49,7 @@ <userInfo :user="user" /> </el-tab-pane> <el-tab-pane label="修改密码" name="resetPwd"> - <resetPwd :user="user" /> + <resetPwd /> </el-tab-pane> </el-tabs> </el-card> @@ -89,13 +89,3 @@ } }; </script> - -<style rel="stylesheet/scss" lang="scss"> -.avatar-uploader-icon { - font-size: 28px; - width: 120px; - height: 120px; - line-height: 120px; - text-align: center; -} -</style> -- Gitblit v1.9.2