Commit 86a897ce by yuananting

style:快捷排序modal样式调整

parent 0156cd6b
...@@ -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-08 17:01:16 * @LastEditTime: 2021-06-10 10:54:27
* @Description: 助学工具-新建/复制/编辑试卷 * @Description: 助学工具-新建/复制/编辑试卷
* @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有 * @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/ */
...@@ -900,6 +900,7 @@ class OperatePaper extends Component { ...@@ -900,6 +900,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}
...@@ -928,12 +929,13 @@ class OperatePaper extends Component { ...@@ -928,12 +929,13 @@ 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}
dataSource={sorterTypeList} dataSource={sorterTypeList}
pagination={false} pagination={false}
bordered={false}
/> />
)} )}
</Modal> </Modal>
......
...@@ -83,3 +83,16 @@ ...@@ -83,3 +83,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