diff --git a/src/views/projectcenter/TaskPage.vue b/src/views/projectcenter/TaskPage.vue
index dec6a136..c58e46a7 100644
--- a/src/views/projectcenter/TaskPage.vue
+++ b/src/views/projectcenter/TaskPage.vue
@@ -340,7 +340,55 @@
- Content of Tab Pane 3
+
+
+
+
+ 学员管理
+
+
+
+
+
+

+
搜索
+
+
+

+
重置
+
+
+
+
+
+

+
创建小组
+
+
+

+
随机分组
+
+
+
+
+
+
+
Content of Tab Pane 3
Content of Tab Pane 3
Content of Tab Pane 3
@@ -414,7 +462,8 @@ export default {
checked: false,
checked1: true,
checked2: false,
- activeKey: '1',
+ activeKey: '3',
+ activeKey1: '9',
});
const showModal = () => {
state.pubproject = true;
@@ -1059,5 +1108,127 @@ export default {
}
}
}
+ .content3 {
+ margin-top: 20px;
+ .ant-tabs-tab-btn {
+ font-size: 18px;
+ font-weight: 700;
+ }
+ .group {
+ display: flex;
+ justify-content: space-between;
+ .groupleft {
+ display: flex;
+ align-items: center;
+ margin-left: 32px;
+ .groupname {
+ color: #000000;
+ font-size: 14px;
+ }
+ .ant-input {
+ height: 40px;
+ }
+ }
+ .groupright {
+ display: flex;
+ .btn1 {
+ width: 100px;
+ height: 40px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ margin-right: 16px;
+ border: 1px solid #409EFF;
+ border-radius: 8px;
+ background: #409EFF;
+ cursor: pointer;
+ .btn1text {
+ color: #FFFFFF;
+ margin-left: 5px;
+ font-size: 14px;
+ }
+ }
+ .btn2 {
+ width: 100px;
+ height: 40px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ margin-right: 32px;
+ border: 1px solid #409EFF;
+ border-radius: 8px;
+ cursor: pointer;
+ background: #FFFFFF;
+ .btn2text {
+ color: #409EFF;
+ margin-left: 5px;
+ font-size: 14px;
+ }
+ }
+ }
+ }
+ .second2 {
+ display: flex;
+ margin: 30px 0 0 32px;
+ .btn1 {
+ width: 130px;
+ height: 40px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ margin-right: 16px;
+ border: 1px solid #409EFF;
+ border-radius: 8px;
+ background: #409EFF;
+ cursor: pointer;
+ .btn1text {
+ color: #FFFFFF;
+ margin-left: 5px;
+ font-size: 14px;
+ }
+ }
+ .btn2 {
+ width: 130px;
+ height: 40px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ margin-right: 32px;
+ border: 1px solid #409EFF;
+ border-radius: 8px;
+ cursor: pointer;
+ background: #FFFFFF;
+ .btn2text {
+ color: #409EFF;
+ margin-left: 5px;
+ font-size: 14px;
+ }
+ }
+ }
+ .groupmain {
+ display: flex;
+ margin-left: 32px;
+ .groupbox {
+ width: 264px;
+ height: 181px;
+ display: flex;
+ justify-content: center;
+ border: 1px solid #E9E9E9;
+ box-shadow: 1px 1px 18px 1px rgba(0, 0, 0, 0.0500);
+ margin-top: 16px;
+ margin-right: 20px;
+ .grouptitle {
+ display: flex;
+ justify-content: space-betwwen;
+ border-bottom: 1px solid rgba(232, 232, 232, 1);
+ .goodgruop {
+ color: rgba(0, 0, 0, 0.8500);
+ font-size: 16px;
+ line-height: 36px;
+ }
+ }
+ }
+ }
+ }
}
\ No newline at end of file