mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-20 16:26:43 +08:00
提交
This commit is contained in:
@@ -43,7 +43,7 @@
|
||||
</el-pagination>
|
||||
</div>
|
||||
</div>
|
||||
<div v-if="showEmpty">
|
||||
<div v-if="showEmpty" class="home-no-list">
|
||||
<img class="img" style="width:186px;height:160px" :src="`${webBaseUrl}/images/homeWu/no-follow.png`" alt="" srcset="">
|
||||
<p class="text">还没有关注的人</p>
|
||||
</div>
|
||||
|
||||
@@ -73,10 +73,11 @@
|
||||
},
|
||||
created() {
|
||||
let width = document.body.clientWidth;
|
||||
console.log(width,'width');
|
||||
if(width > 1920) {
|
||||
this.clientWidth = '1088px';
|
||||
}
|
||||
if(width > 1681 && width < 1920 || width == 1920) {
|
||||
if(width > 1681 && width < 1920) {
|
||||
this.clientWidth = '888px';
|
||||
}
|
||||
if(width > 1367 && width < 1680) {
|
||||
|
||||
Reference in New Issue
Block a user