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 1515 <div
1616 v-if =" room.avatar"
1717 class =" room-avatar"
18- :style =" { background: `url(${room.avatar})` }"
18+ :style =" { ' background-image' : `url(${room.avatar})` }"
1919 ></div >
2020 <div class =" room-name" >{{ room.roomName }}</div >
2121 <div
Original file line number Diff line number Diff line change 3737 <div
3838 v-if =" room.avatar"
3939 class =" room-avatar"
40- :style =" { background: `url(${room.avatar})` }"
40+ :style =" { ' background-image' : `url(${room.avatar})` }"
4141 ></div >
4242 <div class =" name-container" >
4343 <div class =" title-container" >
Original file line number Diff line number Diff line change 3838}
3939
4040.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 ;
4445 height : 42px ;
4546 width : 42px ;
4647 margin-right : 15px ;
You can’t perform that action at this time.
0 commit comments