Commit 9d1acf6f by wufan

style:图标粗细调整

parent 5603cf60
...@@ -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: wufan * @LastEditors: wufan
* @LastEditTime: 2021-05-24 11:33:04 * @LastEditTime: 2021-05-30 11:08:51
* @Description: 助学工具-新建/复制/编辑试卷 * @Description: 助学工具-新建/复制/编辑试卷
* @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有 * @Copyrigh: © 2020 杭州杰竞科技有限公司 版权所有
*/ */
...@@ -490,7 +490,7 @@ class OperatePaper extends Component { ...@@ -490,7 +490,7 @@ class OperatePaper extends Component {
title: "题型", title: "题型",
dataIndex: "questionType", dataIndex: "questionType",
key: "questionType", key: "questionType",
width: "16%", width: "12%",
sorter: true, sorter: true,
showSorterTooltip: false, showSorterTooltip: false,
filters: [ filters: [
...@@ -552,7 +552,8 @@ class OperatePaper extends Component { ...@@ -552,7 +552,8 @@ class OperatePaper extends Component {
<Tooltip title="多选题和填空题的漏选/半对得分不能高于题目本身分值"> <Tooltip title="多选题和填空题的漏选/半对得分不能高于题目本身分值">
<span <span
className="icon iconfont" className="icon iconfont"
style={{ color: "#BFBFBF", fontSize: 14 }} style={{ color: "#BFBFBF", fontSize: 14,fontWeight:"400"
}}
> >
&#xe7c4; &#xe7c4;
</span> </span>
......
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