Commit 21cbab52 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 0a074a1a a82a51ad
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: yuananting * @Author: yuananting
* @Date: 2021-03-27 16:15:13 * @Date: 2021-03-27 16:15:13
* @LastEditors: yuananting * @LastEditors: yuananting
* @LastEditTime: 2021-06-09 12:03:58 * @LastEditTime: 2021-06-10 11:11:30
* @Description: 助学工具-新建/复制/编辑试卷 * @Description: 助学工具-新建/复制/编辑试卷
* @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有 * @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/ */
...@@ -920,6 +920,7 @@ class OperatePaper extends Component { ...@@ -920,6 +920,7 @@ class OperatePaper extends Component {
{paperPreviewModal} {paperPreviewModal}
<Modal <Modal
maskClosable={false} maskClosable={false}
className="type-order-modal"
title="快捷排序" title="快捷排序"
width={560} width={560}
visible={quickSortModalVisible} visible={quickSortModalVisible}
...@@ -948,7 +949,7 @@ class OperatePaper extends Component { ...@@ -948,7 +949,7 @@ class OperatePaper extends Component {
</Radio.Group> </Radio.Group>
{sorterMethod === "typeOrder" && ( {sorterMethod === "typeOrder" && (
<Table <Table
rowClassName="table-row-style" className="type-order-table"
style={{marginTop: '24px'}} style={{marginTop: '24px'}}
showHeader={false} showHeader={false}
columns={typeColumns} columns={typeColumns}
......
...@@ -89,3 +89,16 @@ ...@@ -89,3 +89,16 @@
.ant-dropdown-menu-item-selected > span { .ant-dropdown-menu-item-selected > span {
color: #333333; color: #333333;
} }
.type-order-modal {
.type-order-table {
tr {
background: #F7F8F9 !important;
display: flex;
margin-bottom: 8px;
width: 521px;
justify-content: space-between;
}
}
}
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