Commit cf5ce3a5 by maolipeng

fix:样式修改。。。。。

parent 6ae29f73
......@@ -12,6 +12,7 @@
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
min-height: 100%;
overflow: hidden;
.page {
position: fixed;
top: 60px;
......@@ -21,6 +22,7 @@
z-index: 102;
overflow: auto;
margin: 0 16px;
.box {
&:first-child {
margin-bottom: 8px;
......
......@@ -893,8 +893,7 @@ class OperatePaper extends Component {
)}
<XMTable
className="table-style"
scroll={{ y: 350 }}
className='table-style'
columns={this.parseColumns()}
dataSource={selectQuestionList}
pagination={false}
......
......@@ -6,6 +6,9 @@
}
.table-style {
border: 1px solid #f0f0f0 !important;
margin-bottom: 70px;
max-height: calc(~'100vh - 465px');
overflow: scroll;
}
.ant-tabs {
color: #666666;
......
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