Commit 2541b6b8 by guomingpang

Merge branch 'dev' of…

Merge branch 'dev' of ssh://xmgit.ixm5.cn:10022/xiaomai-cloud-class/xiaomai-cloud-class-web into dev
parents 0ee021f5 125c43aa
...@@ -39,8 +39,8 @@ ...@@ -39,8 +39,8 @@
font-weight: 400; font-weight: 400;
color: #666666; color: #666666;
width: 234px; width: 234px;
overflow-x: scroll; // overflow-x: scroll;
overflow-y: hidden; // overflow-y: hidden;
.anticon { .anticon {
color: #999999; color: #999999;
} }
......
...@@ -18,4 +18,8 @@ ...@@ -18,4 +18,8 @@
background: #fafafa; background: #fafafa;
} }
} }
.ant-table-wrapper {
max-height: calc(100vh - 280px);
overflow: scroll;
}
} }
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