diff --git a/src/App.vue b/src/App.vue index 897ffe3..c430b25 100644 --- a/src/App.vue +++ b/src/App.vue @@ -53,6 +53,7 @@ export default defineComponent({ #container { display: flex; + flex-direction: column; width: 100%; min-height: 100%; background-color: rgba(242, 245, 247, 1); diff --git a/src/assets/image/index.js b/src/assets/image/index.js new file mode 100644 index 0000000..7ca6200 --- /dev/null +++ b/src/assets/image/index.js @@ -0,0 +1,6 @@ +const Images = { + //选择按钮 + checkboxImg: require('./checkbox.png'), + checkbox2Img: require('./checkbox2.png') +} +export default Images \ No newline at end of file diff --git a/src/views/ballotpage/BallotPage.vue b/src/views/ballotpage/BallotPage.vue index 2c3d2eb..c561452 100644 --- a/src/views/ballotpage/BallotPage.vue +++ b/src/views/ballotpage/BallotPage.vue @@ -127,12 +127,12 @@ export default { margin-top: -17.5px; .noticebox { width: 90%; - background: #fff; border-radius: 4px; position: relative; display: flex; justify-content: center; + margin-bottom: 20px; .mani { width: 90%; margin-top: 20px; diff --git a/src/views/discuss/DiscussDetail.vue b/src/views/discuss/DiscussDetail.vue index b5ceaf4..05da1aa 100644 --- a/src/views/discuss/DiscussDetail.vue +++ b/src/views/discuss/DiscussDetail.vue @@ -202,6 +202,7 @@ export default { } .discussdetail { width: 100%; + padding-bottom: 20px; .main { width: 100%; display: flex; diff --git a/src/views/discuss/DiscussPage.vue b/src/views/discuss/DiscussPage.vue index 8fb061c..34bd05c 100644 --- a/src/views/discuss/DiscussPage.vue +++ b/src/views/discuss/DiscussPage.vue @@ -172,6 +172,7 @@ export default { } .discusspage { width: 100%; + padding-bottom: 20px; .main { width: 100%; display: flex; diff --git a/src/views/examination/Examination.vue b/src/views/examination/Examination.vue index 9d64089..2cb86f4 100644 --- a/src/views/examination/Examination.vue +++ b/src/views/examination/Examination.vue @@ -1,96 +1,89 @@ \ No newline at end of file + } +} + diff --git a/src/views/examination/ExaminationScore.vue b/src/views/examination/ExaminationScore.vue index 0415e3d..ee42ccb 100644 --- a/src/views/examination/ExaminationScore.vue +++ b/src/views/examination/ExaminationScore.vue @@ -1,28 +1,26 @@ \ No newline at end of file + } +} + diff --git a/src/views/examination/ReadyExamination.vue b/src/views/examination/ReadyExamination.vue index 386c491..8e40630 100644 --- a/src/views/examination/ReadyExamination.vue +++ b/src/views/examination/ReadyExamination.vue @@ -1,37 +1,47 @@ +
+ +
+
{{ s.text }}
+
+ + +
+
提交试卷
+
+ + + + + \ No newline at end of file + } +} + diff --git a/src/views/faceteach/FaceTeach.vue b/src/views/faceteach/FaceTeach.vue index 4d63b7b..9543b37 100644 --- a/src/views/faceteach/FaceTeach.vue +++ b/src/views/faceteach/FaceTeach.vue @@ -27,6 +27,127 @@
评估
+
+
+
+ +
直播讲师
+
+
+
+ +
+
王星天(显示事业)
+
+ 教师是学生的镜子,学生是 老师的影子。 +
+
+
+ 关注
+
+
+
+
+
+
+ +
课程详情
+
+
+
+ 通过对各级人员的软件平台培训,使其能够了解如何 + 运用乾元坤和智能信息管理系统来提升企业管理水平 + 最大限度发挥软件产品在企业中的作用。
+ 1.使企业不同部门人员掌握便捷、有效的系统平台操 作方法;
+ 2.通过系统平台的培训提高员工对企业的管理理念认 识与提升。
+ 3.通过系统平台培训加强沟通,统一部署,协同工作 提高效率。 +
+
+
+
+
+ + +
+
+ +
{{ el.name }}
+
+
+ +
下载
+
+
+
+ +
+
社交产品如何做好模块化处理?
+
+
+
+ 必修 +
+
+ 作业 +
+
+
提交
+
+
+
+ +
+
+ 模块化产品展示相关案例与展示:如何自由组合你的 思考? +
+
+
+
+ 必修 +
+
+ 作业 +
+
+
提交
+
+
+
+
+
+
@@ -110,10 +231,12 @@ export default { diff --git a/src/views/homeworkpage/HomeworkPage.vue b/src/views/homeworkpage/HomeworkPage.vue index 94340fe..09161c6 100644 --- a/src/views/homeworkpage/HomeworkPage.vue +++ b/src/views/homeworkpage/HomeworkPage.vue @@ -215,7 +215,7 @@ export default { } .homeworkpage { width: 100%; - + padding-bottom: 20px; .notice { width: 100%; display: flex; diff --git a/src/views/investigat/InvestigatPage.vue b/src/views/investigat/InvestigatPage.vue index e6a773e..6b3f144 100644 --- a/src/views/investigat/InvestigatPage.vue +++ b/src/views/investigat/InvestigatPage.vue @@ -189,7 +189,7 @@ export default { } .Investigat { width: 100%; - + padding-bottom: 20px; .notice { width: 100%; display: flex; diff --git a/src/views/liveboradcast/LiveBoradcast.vue b/src/views/liveboradcast/LiveBoradcast.vue index 5d1e87e..373b82d 100644 --- a/src/views/liveboradcast/LiveBoradcast.vue +++ b/src/views/liveboradcast/LiveBoradcast.vue @@ -141,6 +141,7 @@ export default { } .liveboradcast { width: 100%; + padding-bottom: 20px; .main { width: 100%; display: flex;