Commit 6c59979d by Tang

fix: 滚动优化

parent a747dfeb
......@@ -50,11 +50,11 @@ export default {
<style lang="scss" scoped>
.gs-entry {
display: flex;
height: 100%;
min-height: 100%;
flex-direction: column;
background-color: #0D2C6C;
align-items: center;
overflow: hidden;
//overflow: hidden;
.header {
flex: 0 0 112px;
......@@ -66,7 +66,6 @@ export default {
max-width: 1500px;
display: flex;
flex-direction: column;
overflow: auto;
.content {
flex: 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment