Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
T
ty-vue-ruoyi
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
CI / CD
CI / CD
流水线
日程
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
提交
Open sidebar
刘守彩
ty-vue-ruoyi
Commits
5110c875
提交
5110c875
authored
2月 04, 2024
作者:
JaxBBLL
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix: user info style fix
上级
e39b9a87
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
64 行增加
和
1 行删除
+64
-1
README.md
README.md
+1
-1
index.vue
src/views/system/user/profile/index.vue
+42
-0
userAvatar.vue
src/views/system/user/profile/userAvatar.vue
+21
-0
没有找到文件。
README.md
浏览文件 @
5110c875
...
...
@@ -9,7 +9,7 @@
-
[
x
]
添加
[
`ty-ui`
](
http://120.55.57.35:4874/#/
)
。
-
[
x
]
`eslint`
调整,并配合
`prettier`
统一格式化代码。
-
[
x
]
添加原子化
[
`tailwindcss`
](
https://www.tailwindcss.cn/
)
,为了兼容性,使用
`1.x`
版本。
-
[
x
]
剔除覆盖
`element-ui`
的样式
-
[
x
]
剔除
若依
覆盖
`element-ui`
的样式
-
[
]
测试
`ty-ui`
,并增加页面使用案例
-
[
]
设计师设计并调整页面整体样式
-
[
]
梳理第三方库并重新选型
...
...
src/views/system/user/profile/index.vue
浏览文件 @
5110c875
...
...
@@ -91,3 +91,45 @@ export default {
}
};
</
script
>
<
style
lang=
"scss"
scoped
>
.list-group-striped
>
.list-group-item
{
border-left
:
0
;
border-right
:
0
;
border-radius
:
0
;
padding-left
:
0
;
padding-right
:
0
;
}
.list-group
{
margin-top
:
20px
;
padding-left
:
0px
;
list-style
:
none
;
}
.list-group-item
{
border-bottom
:
1px
solid
#e7eaec
;
border-top
:
1px
solid
#e7eaec
;
margin-bottom
:
-1px
;
padding
:
11px
0px
;
font-size
:
13px
;
}
.pull-right
{
float
:
right
!
important
;
}
.el-card__header
{
padding
:
14px
15px
7px
;
min-height
:
40px
;
}
.el-card__body
{
padding
:
15px
20px
20px
20px
;
}
.card-box
{
padding-right
:
15px
;
padding-left
:
15px
;
margin-bottom
:
10px
;
}
</
style
>
src/views/system/user/profile/userAvatar.vue
浏览文件 @
5110c875
...
...
@@ -210,4 +210,25 @@ export default {
line-height
:
110px
;
border-radius
:
50%
;
}
/* image */
.img-circle
{
border-radius
:
50%
;
}
.img-lg
{
width
:
120px
;
height
:
120px
;
}
.avatar-upload-preview
{
position
:
relative
;
top
:
50%
;
left
:
50%
;
transform
:
translate
(
-50%
,
-50%
);
width
:
200px
;
height
:
200px
;
border-radius
:
50%
;
box-shadow
:
0
0
4px
#ccc
;
overflow
:
hidden
;
}
</
style
>
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论