Commit 6c59979d by Tang

fix: 滚动优化

parent a747dfeb
...@@ -50,11 +50,11 @@ export default { ...@@ -50,11 +50,11 @@ export default {
<style lang="scss" scoped> <style lang="scss" scoped>
.gs-entry { .gs-entry {
display: flex; display: flex;
height: 100%; min-height: 100%;
flex-direction: column; flex-direction: column;
background-color: #0D2C6C; background-color: #0D2C6C;
align-items: center; align-items: center;
overflow: hidden; //overflow: hidden;
.header { .header {
flex: 0 0 112px; flex: 0 0 112px;
...@@ -66,7 +66,6 @@ export default { ...@@ -66,7 +66,6 @@ export default {
max-width: 1500px; max-width: 1500px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
overflow: auto;
.content { .content {
flex: 1; 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