添加评估

This commit is contained in:
zhangyc
2022-12-09 14:24:03 +08:00
parent 6b6fce5ebf
commit ed067d7c75
10 changed files with 432 additions and 48 deletions

View File

@@ -114,7 +114,7 @@ export default {
dataIndex: "name",
// width: "30%",
key: "name",
width: "150px",
width: "20%",
align: "left",
className: "classify",
},
@@ -122,21 +122,21 @@ export default {
title: "题数",
dataIndex: "num",
key: "num",
width: "80px",
width: "20%",
align: "center",
},
{
title: "创建人",
dataIndex: "creator",
key: "creator",
width: "150px",
width: "20%",
align: "center",
},
{
title: "创建时间",
dataIndex: "time",
key: "time",
width: "200px",
width: "20%",
align: "center",
},
];
@@ -244,8 +244,7 @@ export default {
}
}
.contentMain {
display: flex;
justify-content: space-between;
.main_left {
padding-right: 30px;
margin-top: 32px;