@@ -128,7 +134,9 @@
>
@@ -223,7 +231,7 @@ export default {
const state = reactive({
locationHref:
location.href.indexOf("http://") !== -1
- ? "http://111.231.196.214:12016/"
+ ? "http://43.143.139.204:12016/"
: location.href.slice(0, location.href.indexOf("/m")) + "/upload/",
template: process.env.VUE_APP_UP_LOAD_STUDENT_TEMPLATE,
importStudent:
diff --git a/src/components/drawers/SubsetManage.vue b/src/components/drawers/SubsetManage.vue
index edc0ab33..edc808a6 100644
--- a/src/components/drawers/SubsetManage.vue
+++ b/src/components/drawers/SubsetManage.vue
@@ -3,7 +3,7 @@
:visible="Svisible"
class="drawerStyle subset"
placement="right"
- width="70%"
+ width="640px"
@after-visible-change="afterVisibleChange"
>
- {{ succNum }}条数据导入成功,{{ downloadErrUrl == ''? 0 :errNum }}条数据导入失败
+ {{ succNum }}条数据导入成功,{{
+ downloadErrUrl == "" ? 0 : errNum
+ }}条数据导入失败
@@ -16,39 +16,43 @@
/>
-
-
-
- 小组:
+
+ 创建:
+
+ 个小组,
+ 每组:
+
+ 个学员
+
+
+
删除
-
-
-
- 删除
-
-
+
20
+ 人
删除
+
+
@@ -139,11 +143,33 @@ export default {
}
}
.main {
- display: flex;
+ .group {
+ display: flex;
+ align-items: center;
+ font-size: 16px;
+ font-weight: 400;
+ color: rgba(0, 0, 0, 0.85);
+ line-height: 22px;
+ .sure {
+ cursor: pointer;
+ width: 100px;
+ height: 40px;
+ background: #4ea6ff;
+ border-radius: 8px;
+ border: 0;
+ margin-left: 15px;
+ color: #fff;
+ margin-left: 32px;
+ }
+ }
.groupin {
display: flex;
align-items: center;
margin-top: 32px;
+ font-size: 16px;
+ font-weight: 400;
+ color: rgba(0, 0, 0, 0.85);
+ line-height: 22px;
.ant-input {
border-radius: 5px;
// height: 120%;
@@ -156,6 +182,17 @@ export default {
margin-left: 10px;
cursor: pointer;
}
+ .peopleNum {
+ width: 56px;
+ height: 40px;
+ border-radius: 8px;
+ border: 1px solid #c7cbd2;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+
+ margin-left: 12px;
+ }
}
.groupl {
color: rgba(0, 0, 0, 0.85);
diff --git a/src/views/courselibrary/components/seeModal.vue b/src/views/courselibrary/components/seeModal.vue
index 640dc5be..4c9ea0b8 100644
--- a/src/views/courselibrary/components/seeModal.vue
+++ b/src/views/courselibrary/components/seeModal.vue
@@ -1,15 +1,30 @@
-
+
-
+
预览
+
预览
-
+
+
@@ -20,7 +35,10 @@
@@ -33,17 +51,27 @@
-
+
@@ -66,7 +94,10 @@
@@ -99,7 +130,10 @@
@@ -112,7 +146,10 @@
@@ -123,25 +160,50 @@
@@ -211,9 +281,9 @@
-
+
课程名称:
+
-
+
封面图:
+
-
+
目标人群:
+
-
+
内容分类:
+
-
+
授课教师:
+
-
+
课程简介:
+
-
+
@@ -196,7 +266,7 @@
-
+
+
-
+
- 下载
+ 下载
+
-
+
+
-
+
@@ -150,8 +212,9 @@
+
-
+
+
-
-
+
+
-
+
+
-
-
- {{
+ "
+ >
+ {{
item.indexOf("-") !== -1
- ? item.slice(
- item.lastIndexOf("/") + 1,
- item.lastIndexOf("-")
- ) + item.slice(item.lastIndexOf("."))
- : item
+ ? item.slice(
+ item.lastIndexOf("/") + 1,
+ item.lastIndexOf("-")
+ ) + item.slice(item.lastIndexOf("."))
+ : item
}}
-
+
@@ -185,7 +249,13 @@
-
+