File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 15
15
<div
16
16
v-if =" room.avatar"
17
17
class =" room-avatar"
18
- :style =" { background: `url(${room.avatar})` }"
18
+ :style =" { ' background-image' : `url(${room.avatar})` }"
19
19
></div >
20
20
<div class =" room-name" >{{ room.roomName }}</div >
21
21
<div
Original file line number Diff line number Diff line change 37
37
<div
38
38
v-if =" room.avatar"
39
39
class =" room-avatar"
40
- :style =" { background: `url(${room.avatar})` }"
40
+ :style =" { ' background-image' : `url(${room.avatar})` }"
41
41
></div >
42
42
<div class =" name-container" >
43
43
<div class =" title-container" >
Original file line number Diff line number Diff line change 38
38
}
39
39
40
40
.room-avatar {
41
- background-size : cover !important ;
42
- background-position : center center !important ;
43
- background-repeat : no-repeat !important ;
41
+ background-size : cover ;
42
+ background-position : center center ;
43
+ background-repeat : no-repeat ;
44
+ background-color : #9ca6af ;
44
45
height : 42px ;
45
46
width : 42px ;
46
47
margin-right : 15px ;
You can’t perform that action at this time.
0 commit comments