Commit b242b650 by chenshu

Merge branch 'feature/chenshu/educationalTools' into gray

parents f6f9fff0 7ad165f8
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
* @Author: Michael * @Author: Michael
* @Date: 2017-09-08 17:38:18 * @Date: 2017-09-08 17:38:18
* @Last Modified by: chenshu * @Last Modified by: chenshu
* @Last Modified time: 2021-06-04 15:41:30 * @Last Modified time: 2021-06-04 18:19:23
*/ */
@import './variables.less'; @import './variables.less';
...@@ -766,10 +766,6 @@ td.ant-table-column-sort { ...@@ -766,10 +766,6 @@ td.ant-table-column-sort {
} }
} }
.ant-table-column-sorters {
justify-content: start !important;
}
.ant-table-column-title { .ant-table-column-title {
flex: initial !important; flex: initial !important;
} }
......
...@@ -144,6 +144,7 @@ function ExaminationManager(props: any) { ...@@ -144,6 +144,7 @@ function ExaminationManager(props: any) {
title: "操作", title: "操作",
fixed:fixStr.right, fixed:fixStr.right,
dataIndex: "operate", dataIndex: "operate",
width: 150,
render: (text: any, record: any) => <div className="table_operate"> render: (text: any, record: any) => <div className="table_operate">
{ {
ctx.xmState?.userPermission?.SeeExamData() && [<div ctx.xmState?.userPermission?.SeeExamData() && [<div
......
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