Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
center-exam-show
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
center-exam-show
Commits
f7b03e97
提交
f7b03e97
authored
1月 29, 2021
作者:
lihuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改title logo btn
上级
2c0fc388
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
20 行增加
和
4 行删除
+20
-4
config.js
build/config.js
+1
-1
favicon.svg
src/assets/favicon.svg
+16
-0
examAnswer.vue
src/pages/exam/examAnswer.vue
+3
-3
没有找到文件。
build/config.js
浏览文件 @
f7b03e97
...
@@ -7,7 +7,7 @@ let config = {
...
@@ -7,7 +7,7 @@ let config = {
DesDir
:
'../client-dist'
,
DesDir
:
'../client-dist'
,
HtmlPath
:
'src/index.html'
,
HtmlPath
:
'src/index.html'
,
IcoPath
:
'src/assets/favicon.
ico
'
,
IcoPath
:
'src/assets/favicon.
svg
'
,
JsPath
:
'src/main.js'
,
JsPath
:
'src/main.js'
,
...
...
src/assets/favicon.svg
0 → 100644
浏览文件 @
f7b03e97
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 24.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg
version=
"1.1"
id=
"图层_1"
xmlns=
"http://www.w3.org/2000/svg"
xmlns:xlink=
"http://www.w3.org/1999/xlink"
x=
"0px"
y=
"0px"
viewBox=
"0 0 1000 1000"
style=
"enable-background:new 0 0 1000 1000;"
xml:space=
"preserve"
>
<style
type=
"text/css"
>
.st0{fill:#AF1B3F;}
</style>
<polygon
class=
"st0"
points=
"940.2,279.3 499.8,489.7 252.4,371.5 597.2,206.4 515.9,167.4 184.8,325.9 184.8,417.1 499.7,567.6
940.2,357.2 "
/>
<polygon
class=
"st0"
points=
"940.2,422.5 499.7,633 184.8,482.6 184.8,560.4 499.8,710.9 940.2,500.4 "
/>
<polygon
class=
"st0"
points=
"940.2,565.7 499.7,776.2 184.8,625.8 184.8,703.7 499.8,854.1 940.2,643.6 "
/>
<path
class=
"st0"
d=
"M940.2,709L502.8,918c-1.9,0.9-4.2,0.9-6.1,0L133.6,744.5c-2.5-1.2-4.1-3.7-4-6.4V263.8c0-2.7,1.6-5.2,4-6.4
L496.7,83.1c1.9-0.9,4.2-0.9,6.1,0l272.1,130.6c0.8,0.4,1.1,1.4,0.7,2.2c-0.2,0.3-0.4,0.5-0.7,0.7l-342,163.3l81.6,39l425.7-203.3
M940.2,215.1L504.7,6c-3.2-1.5-6.8-1.5-10,0L65.5,212c-4,1.9-6.5,5.9-6.5,10.3v557.5c0,4.4,2.5,8.4,6.5,10.3l429.1,204.8
c3.2,1.5,6.8,1.5,10,0L933.7,790c4-1.9,6.5-5.9,6.5-10.3V215.1z"
/>
</svg>
src/pages/exam/examAnswer.vue
浏览文件 @
f7b03e97
...
@@ -42,7 +42,7 @@
...
@@ -42,7 +42,7 @@
<div
class=
"txt"
>
{{
itemSign
?
'取消标记'
:
'标记'
}}
</div>
<div
class=
"txt"
>
{{
itemSign
?
'取消标记'
:
'标记'
}}
</div>
</div>
</div>
<div
class=
"end-exam-btn"
>
<div
class=
"end-exam-btn"
>
<div
class=
"btn"
@
click=
"endExam(2)"
>
结束考试
</div>
<div
class=
"btn"
@
click=
"endExam(2)"
>
提交试卷
</div>
</div>
</div>
</div>
</div>
</div>
</div>
...
@@ -412,11 +412,11 @@ export default {
...
@@ -412,11 +412,11 @@ export default {
cursor
:
pointer
;
cursor
:
pointer
;
width
:
200px
;
width
:
200px
;
height
:
40px
;
height
:
40px
;
background
:
#
EEEEEE
;
background
:
#
C01540
;
border-radius
:
4px
;
border-radius
:
4px
;
font-size
:
14px
;
font-size
:
14px
;
font-weight
:
bold
;
font-weight
:
bold
;
color
:
#
CCCCCC
;
color
:
#
fff
;
line-height
:
40px
;
line-height
:
40px
;
text-align
:
center
;
text-align
:
center
;
}
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论