🐞 fix(#1000663#4): 修复我的页面的样式问题
This commit is contained in:
parent
2f73350e04
commit
b64a003277
@ -38,4 +38,5 @@
|
||||
}
|
||||
.selected {
|
||||
color: $color_main;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
@ -86,10 +86,10 @@ page{
|
||||
align-items: center;
|
||||
}
|
||||
.layoutTitle {
|
||||
padding-left: 16px;
|
||||
font-size: 32px;
|
||||
font-weight: 600;
|
||||
color: $color_font_one;
|
||||
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
||||
margin-bottom: 20px;
|
||||
|
||||
}
|
||||
|
@ -164,7 +164,7 @@ const UserInfo: FC = () => {
|
||||
|
||||
return (
|
||||
<>
|
||||
<LayoutBlock circle>
|
||||
<LayoutBlock circle customStyle={{paddingTop: '10px', paddingBottom: '10px'}}>
|
||||
<View className={styles.topBar}>
|
||||
<View className={styles.left}>
|
||||
<UserAvatar src={userInfo.userInfo?.avatar_url} />
|
||||
@ -180,11 +180,11 @@ const UserInfo: FC = () => {
|
||||
</View>
|
||||
</View>
|
||||
<View className={styles.bottomBar}>
|
||||
<Tag type='primary' size='normal' circle customStyle={{ marginRight: '10px' }}>
|
||||
<Tag type='primary' size='normal' circle>
|
||||
{userInfo.userInfo.department_name}
|
||||
</Tag>
|
||||
<Divider direction='vertical'></Divider>
|
||||
<Text className={styles.userTitle}>IT-开发总监</Text>
|
||||
<Text className={styles.userTitle}></Text>
|
||||
</View>
|
||||
</LayoutBlock>
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user