Skip to content

Commit a795ae0

Browse files
committed
fix: workplace mobile style
1 parent 36b3f2d commit a795ae0

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

β€Žsrc/components/layout/PageHeader.vue

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -183,13 +183,20 @@
183183
184184
.row {
185185
flex-wrap: wrap;
186-
}
187186
188-
.extra {
189-
flex: 1 1 auto;
190-
margin-left: 0;
191-
min-width: 0;
192-
text-align: right;
187+
.avatar {
188+
flex: 0 1 25%;
189+
margin: 0 2% 8px 0;
190+
}
191+
.content {
192+
flex: 0 1 70%;
193+
}
194+
.extra {
195+
flex: 1 1 auto;
196+
margin-left: 0;
197+
min-width: 0;
198+
text-align: right;
199+
}
193200
}
194201
}
195202
}

0 commit comments

Comments
Β (0)