排行榜
@@ -1584,6 +1513,8 @@ import StuAdd from "../../components/drawers/StuAdd";
import ImportStu from "../../components/drawers/ImportStu";
import SeeStu from "../../components/drawers/SeeStu";
import ChangeGroup from "../../components/drawers/ChangeGroup";
+import NoticePub from "../../components/drawers/NoticePub";
+import ProjectScore from "../../components/drawers/ProjectScore";
import TaskImpStu from "../../components/drawers/TaskFaceIn";
export default {
name: "taskPage",
@@ -1601,7 +1532,10 @@ export default {
ImportStu,
SeeStu,
ChangeGroup,
+ NoticePub,
+ ProjectScore,
TaskImpStu,
+
},
setup() {
const state = reactive({
@@ -3619,42 +3553,7 @@ export default {
}
}
}
- .noticeTitle {
- margin-left: 38px;
- margin-right: 38px;
- padding-top: 20px;
- .publish {
- width: 100px;
- // padding: 0px 26px 0px 26px;
- height: 38px;
- background: rgb(64, 158, 255);
- border-radius: 8px;
- border: 1px solid rgba(64, 158, 255, 1);
- display: flex;
- align-items: center;
- justify-content: center;
- flex-shrink: 0;
- float: right;
- margin-top: 60px;
- margin-bottom: 60px;
- margin-right: 20px;
- cursor: pointer;
- .iconPub {
- width: 15px;
- height: 15px;
- background-image: url(@/assets/images/taskpage/pub.png);
- background-size: 100% 100%;
- color: rgb(255, 255, 255);
- }
- .btnText {
- font-size: 14px;
- font-weight: 400;
- color: rgb(255, 255, 255);
- line-height: 36px;
- margin-left: 5px;
- }
- }
- }
+
}
.content3 {
margin-top: 20px;