|
@@ -159,9 +159,9 @@
|
|
</el-row>
|
|
</el-row>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
- <!-- <div
|
|
|
|
|
|
+ <div
|
|
style="height: 1000px; background-color: #232323; margin-top: 100px"
|
|
style="height: 1000px; background-color: #232323; margin-top: 100px"
|
|
- ></div> -->
|
|
|
|
|
|
+ ></div>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
@@ -223,8 +223,6 @@ export default {
|
|
this.width = parseInt(scale * 876);
|
|
this.width = parseInt(scale * 876);
|
|
this.commentsHeight = this.height + 139;
|
|
this.commentsHeight = this.height + 139;
|
|
this.minHeight = this.commentsHeight - 41 - 33 - 27;
|
|
this.minHeight = this.commentsHeight - 41 - 33 - 27;
|
|
-
|
|
|
|
-
|
|
|
|
},
|
|
},
|
|
async mounted() {
|
|
async mounted() {
|
|
this.linkWebSocket();
|
|
this.linkWebSocket();
|