@@ -30,15 +30,13 @@ watch(
<style lang="scss" scoped>
.container-disseminate {
width: 100%;
- height: 100vh;
+ height: auto;
display: flex;
justify-content: center;
- overflow: hidden;
- overflow: auto;
img {
margin-left: -50px;
width: 820px;
- height: 1401px;
+ height: 100%;
}
</style>