Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
C
center-exam-show
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
center-exam-show
Commits
f6f0a391
提交
f6f0a391
authored
7月 22, 2021
作者:
lihuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
61b2c398
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
29 行增加
和
35 行删除
+29
-35
.config.dev.js
.config.dev.js
+8
-12
examAnswer.vue
src/pages/exam/examAnswer.vue
+0
-0
index.vue
src/pages/login/index.vue
+0
-1
style.scss
src/style.scss
+21
-22
没有找到文件。
.config.dev.js
浏览文件 @
f6f0a391
module
.
exports
=
{
module
.
exports
=
{
domain
:
'dev.ezijing.com'
,
domain
:
'dev.ezijing.com'
,
url
:
'https://x-exam
2
.ezijing.com/api'
,
url
:
'https://x-exam.ezijing.com/api'
,
isEnableToIphoneDebugger
:
false
,
isEnableToIphoneDebugger
:
false
,
// apiBaseURL: '//demo-login.ezijing.com/',
// apiBaseURL: '//demo-login.ezijing.com/',
webpack
:
{
webpack
:
{
externals
:
{
externals
:
{
'CKEDITOR'
:
'window.CKEDITOR'
,
CKEDITOR
:
'window.CKEDITOR'
,
'Base64'
:
'window.Base64'
,
Base64
:
'window.Base64'
,
'md5'
:
'window.md5'
,
md5
:
'window.md5'
,
'regeneratorRuntime'
:
'window.regeneratorRuntime'
regeneratorRuntime
:
'window.regeneratorRuntime'
},
},
devServer
:
{
devServer
:
{
proxy
:
{
proxy
:
{
...
@@ -20,7 +20,7 @@ module.exports = {
...
@@ -20,7 +20,7 @@ module.exports = {
secure
:
false
,
// 如果是https接口,需要配置这个参数
secure
:
false
,
// 如果是https接口,需要配置这个参数
changeOrigin
:
true
,
// 如果接口跨域,需要进行这个参数配置
changeOrigin
:
true
,
// 如果接口跨域,需要进行这个参数配置
followRedirects
:
true
,
// 由于重定向307,所以跟随重定向直接返回一个接口
followRedirects
:
true
,
// 由于重定向307,所以跟随重定向直接返回一个接口
logLevel
:
'info'
,
// 日志打印级别
logLevel
:
'info'
// 日志打印级别
// headers: {
// headers: {
// 'Referer': $GLOBAL.webConf.url
// 'Referer': $GLOBAL.webConf.url
// },
// },
...
@@ -31,10 +31,6 @@ module.exports = {
...
@@ -31,10 +31,6 @@ module.exports = {
}
}
}
}
},
},
ProvidePlugin
:
{
ProvidePlugin
:
{},
others
:
{}
},
others
:
{
}
}
}
src/pages/exam/examAnswer.vue
浏览文件 @
f6f0a391
差异被折叠。
点击展开。
src/pages/login/index.vue
浏览文件 @
f6f0a391
...
@@ -15,7 +15,6 @@
...
@@ -15,7 +15,6 @@
<!-- 您登录的次数已超过最大限制 -->
<!-- 您登录的次数已超过最大限制 -->
<input
<input
type=
"text"
type=
"text"
@
click=
"fullScreen"
v-model=
"examineeNumber"
v-model=
"examineeNumber"
placeholder=
"请输入准考证号"
placeholder=
"请输入准考证号"
v-show=
"!loginParam.is"
v-show=
"!loginParam.is"
...
...
src/style.scss
浏览文件 @
f6f0a391
html
,
body
{
html
,
body
{
font-size
:
14px
;
// 防止html根元素 影响本身DOM元素字体大小继承
font-size
:
14px
;
// 防止html根元素 影响本身DOM元素字体大小继承
padding
:
0
;
padding
:
0
;
margin
:
0
;
margin
:
0
;
...
@@ -8,47 +9,45 @@ html, body {
...
@@ -8,47 +9,45 @@ html, body {
}
}
/* 统一字体样式 */
/* 统一字体样式 */
*
{
*
{
font-family
:
font-family
:
'Source Han Sans CN'
,
'PingFang SC'
,
-
apple-system
,
'Microsoft YaHei'
,
'Helvetica'
,
'Arial'
,
Verdana
,
"Source Han Sans CN"
,
'Hiragino Sans GB'
,
'Wenquanyi Micro Hei'
,
sans-serif
;
"PingFang SC"
,
touch-action
:
pan-y
;
-
apple-system
,
"Microsoft YaHei"
,
"Helvetica"
,
"Arial"
,
Verdana
,
"Hiragino Sans GB"
,
"Wenquanyi Micro Hei"
,
sans-serif
;
}
}
/* Extra small devices (portrait phones, less than 576px) */
/* Extra small devices (portrait phones, less than 576px) */
@media
(
max-width
:
575px
)
{}
@media
(
max-width
:
575px
)
{
}
/* Small devices (landscape phones, 576px and up) */
/* Small devices (landscape phones, 576px and up) */
@media
(
min-width
:
576px
)
and
(
max-width
:
767px
)
{}
@media
(
min-width
:
576px
)
and
(
max-width
:
767px
)
{
}
/* Medium devices (tablets, 768px and up) */
/* Medium devices (tablets, 768px and up) */
@media
(
min-width
:
768px
)
and
(
max-width
:
991px
)
{}
@media
(
min-width
:
768px
)
and
(
max-width
:
991px
)
{
}
/* Large devices (desktops, 992px and up) */
/* Large devices (desktops, 992px and up) */
@media
(
min-width
:
992px
)
and
(
max-width
:
1199px
)
{}
@media
(
min-width
:
992px
)
and
(
max-width
:
1199px
)
{
}
/* Extra large devices (large desktops, 1200px and up) */
/* Extra large devices (large desktops, 1200px and up) */
@media
(
min-width
:
1200px
)
{}
@media
(
min-width
:
1200px
)
{
}
/* 改变主题色变量 */
/* 改变主题色变量 */
$--color-primary
:
#b80037
;
$--color-primary
:
#b80037
;
/* 改变 icon 字体路径变量,必需 */
/* 改变 icon 字体路径变量,必需 */
$--font-path
:
'~element-ui/lib/theme-chalk/fonts'
;
$--font-path
:
'~element-ui/lib/theme-chalk/fonts'
;
/* 引入element-ui对应scss文件,重新编译 */
/* 引入element-ui对应scss文件,重新编译 */
@import
"~element-ui/packages/theme-chalk/src/index"
;
@import
'~element-ui/packages/theme-chalk/src/index'
;
/* 引入隐藏显示样式 */
/* 引入隐藏显示样式 */
@import
"~element-ui/lib/theme-chalk/display.css"
;
@import
'~element-ui/lib/theme-chalk/display.css'
;
/* 引入三方 自定义图标库,方法 vue -> 第三方 自建图标库 中有 */
/* 引入三方 自定义图标库,方法 vue -> 第三方 自建图标库 中有 */
@import
"~@/assets/font-icons/iconfont.css"
;
@import
'~@/assets/font-icons/iconfont.css'
;
[
class
^=
"el-icon-self-"
],
[
class
*=
"el-icon-self-"
]
{
[
class
^=
'el-icon-self-'
],
font-family
:
"selfAllIcon"
!
important
;
[
class
*=
'el-icon-self-'
]
{
font-family
:
'selfAllIcon'
!
important
;
font-size
:
16px
;
font-size
:
16px
;
font-style
:
normal
;
font-style
:
normal
;
-webkit-font-smoothing
:
antialiased
;
-webkit-font-smoothing
:
antialiased
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论