Skip to content

Commit 5d2b77c

Browse files
author
pig
committed
更新readme
1 parent 2507276 commit 5d2b77c

File tree

2 files changed

+15
-6
lines changed

2 files changed

+15
-6
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# springboot-vue在线考试系统
2+
* 呵呵,答辩不予通过。
3+
4+
* 累了。
5+
26
* 准备毕业答辩,暂停更新,答辩完以后,继续更新
7+
38
* springboot+vue前后端分离的一个项目,记录自己毕业设计完成的情况
4-
* 在线预览 http://gopikachu.top
5-
* 前台考试页面http://localhost:8080/#/student
6-
* 后台管理页面http://localhost:8080/#/index
9+
10+
* 登录页地址:<http://localhost:8088/#/>
11+
12+

exam/src/components/teacher/addAnswerChildren.vue

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,9 @@
220220
</section>
221221
</el-tab-pane>
222222
<el-tab-pane name="second">
223-
<span slot="label"><i class="iconfont icon-daoru-tianchong"></i>导入试题</span>
224-
<div>
225-
导入试题
223+
<span slot="label"><i class="iconfont icon-daoru-tianchong"></i>在线组卷</span>
224+
<div class="box">
225+
在线组卷
226226
</div>
227227
</el-tab-pane>
228228
</el-tabs>
@@ -441,6 +441,9 @@ export default {
441441
<style lang="scss" scoped>
442442
.add {
443443
margin: 0px 40px;
444+
.box {
445+
padding: 0px 20px;
446+
}
444447
.el-icon-circle-plus {
445448
margin-right: 10px;
446449
}

0 commit comments

Comments
 (0)