perf:样式调整

This commit is contained in:
Xwen
2023-12-21 13:43:26 +08:00
parent d5b470ec24
commit 89ef5f3df4
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,6 @@
display: flex; display: flex;
justify-content: center; justify-content: center;
width: 1300px; width: 1300px;
max-width: 1400px;
min-height: 1150px; min-height: 1150px;
} }
</style> </style>

View File

@@ -383,7 +383,8 @@ watch(
</script> </script>
<style scoped lang="scss"> <style scoped lang="scss">
.article-box { .article-box {
width: 100%; position: absolute;
width: 1400px;
height: 100%; height: 100%;
.comment { .comment {
min-height: 40rem; min-height: 40rem;