修复 下拉刷新文字,文字大小问题
This commit is contained in:
@@ -107,13 +107,18 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-top: 8px;
|
||||
column-gap: 4px;
|
||||
|
||||
// 只有当 left-section 存在时才添加间距
|
||||
.left-section + .tags {
|
||||
margin-left: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
.left-section {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
gap: 8px;
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
.avatar-group {
|
||||
@@ -159,6 +164,9 @@
|
||||
.tags {
|
||||
display: flex;
|
||||
gap: 4px;
|
||||
flex: 1;
|
||||
// 确保标签区域与文字左对齐,没有头像时无额外边距
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.tag {
|
||||
@@ -249,7 +257,7 @@
|
||||
// 设计稿位置 top: 38.62px, left: 10.62px,按比例缩放
|
||||
top: 31.7px;
|
||||
left: 8.7px;
|
||||
z-index:2;
|
||||
z-index: 2;
|
||||
transform: rotate(-8deg);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user