Merge remote-tracking branch 'origin/feature/v1.2灵机空间-内容上传审核_rxd' into test
This commit is contained in:
@ -46,7 +46,7 @@ onMounted(() => {
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
onUnmounted(() => {
|
onUnmounted(() => {
|
||||||
sideBarStore.stopUnreadInfoPolling();
|
sidebarStore.stopUnreadInfoPolling();
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
@ -63,8 +63,9 @@
|
|||||||
}
|
}
|
||||||
.main-video-box {
|
.main-video-box {
|
||||||
width: 320px;
|
width: 320px;
|
||||||
height: auto;
|
height: 472px;
|
||||||
background: #fff;
|
background: #333;
|
||||||
|
aspect-ratio: 3 / 4;
|
||||||
}
|
}
|
||||||
.main-img-box {
|
.main-img-box {
|
||||||
width: 347px;
|
width: 347px;
|
||||||
|
|||||||
@ -15,8 +15,9 @@ $footer-height: 68px;
|
|||||||
}
|
}
|
||||||
.main-video-box {
|
.main-video-box {
|
||||||
width: 320px;
|
width: 320px;
|
||||||
height: auto;
|
height: 472px;
|
||||||
background: #fff;
|
background: #333;
|
||||||
|
aspect-ratio: 3 / 4;
|
||||||
}
|
}
|
||||||
.main-img-box {
|
.main-img-box {
|
||||||
width: 320px;
|
width: 320px;
|
||||||
|
|||||||
@ -15,8 +15,9 @@ $footer-height: 68px;
|
|||||||
}
|
}
|
||||||
.main-video-box {
|
.main-video-box {
|
||||||
width: 320px;
|
width: 320px;
|
||||||
height: auto;
|
height: 472px;
|
||||||
background: #fff;
|
background: #333;
|
||||||
|
aspect-ratio: 3 / 4;
|
||||||
}
|
}
|
||||||
.main-img-box {
|
.main-img-box {
|
||||||
width: 320px;
|
width: 320px;
|
||||||
|
|||||||
Reference in New Issue
Block a user