This commit is contained in:
parent
079f0dfd70
commit
8d24927a97
|
@ -190,9 +190,9 @@ const vFlip = {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" module>
|
<style lang="scss" module>
|
||||||
$s1: 16px;
|
$s1: 14px;
|
||||||
$s2: 24px;
|
$s2: 21px;
|
||||||
$s3: 32px;
|
$s3: 28px;
|
||||||
$avatarSize: 58px;
|
$avatarSize: 58px;
|
||||||
|
|
||||||
.root {
|
.root {
|
||||||
|
@ -267,8 +267,8 @@ $avatarSize: 58px;
|
||||||
.name {
|
.name {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-size: 20px;
|
font-size: 18px;
|
||||||
line-height: 24px;
|
line-height: 21px;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
|
@ -277,8 +277,8 @@ $avatarSize: 58px;
|
||||||
.username {
|
.username {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
color: rgba(255, 255, 255, 0.7);
|
color: rgba(255, 255, 255, 0.7);
|
||||||
font-size: 14px;
|
font-size: 13px;
|
||||||
line-height: 16px;
|
line-height: 15px;
|
||||||
width: fit-content;
|
width: fit-content;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
overflow: visible;
|
overflow: visible;
|
||||||
|
|
Loading…
Reference in New Issue