提交 602c588d authored 作者: lihuihui's avatar lihuihui

修改收藏试题的样式

上级 f24284d3
...@@ -26,7 +26,7 @@ if ($GLOBAL.isDev === 'development') { ...@@ -26,7 +26,7 @@ if ($GLOBAL.isDev === 'development') {
port: $GLOBAL.webConf.serverPort, port: $GLOBAL.webConf.serverPort,
disableHostCheck: false, disableHostCheck: false,
host: $GLOBAL.webConf.domain || 'localhost', host: $GLOBAL.webConf.domain || 'localhost',
// http2: false, http2: false,
https: $GLOBAL.webConf.isHttps && { https: $GLOBAL.webConf.isHttps && {
key: fs.readFileSync(path.join(__dirname, '../static/cert/dev.ezijing.com.key')), key: fs.readFileSync(path.join(__dirname, '../static/cert/dev.ezijing.com.key')),
cert: fs.readFileSync(path.join(__dirname, '../static/cert/dev.ezijing.com.pem')) cert: fs.readFileSync(path.join(__dirname, '../static/cert/dev.ezijing.com.pem'))
......
...@@ -40,6 +40,9 @@ ...@@ -40,6 +40,9 @@
<script> <script>
import * as api from '@/api/courseExam.js' import * as api from '@/api/courseExam.js'
export default { export default {
metaInfo: {
title: '考一考'
},
data() { data() {
return { return {
isExamPop: false, isExamPop: false,
......
...@@ -293,7 +293,7 @@ export default { ...@@ -293,7 +293,7 @@ export default {
.w-btn{ .w-btn{
width:3rem; width:3rem;
height:.7rem; height:.7rem;
background:rgba(43,124,233,1); background:#C62245;
border-radius:.12rem; border-radius:.12rem;
font-size:.3rem; font-size:.3rem;
text-align: center; text-align: center;
...@@ -304,7 +304,7 @@ export default { ...@@ -304,7 +304,7 @@ export default {
.z-btn{ .z-btn{
width:2.1rem; width:2.1rem;
height:.7rem; height:.7rem;
background:rgba(43,124,233,1); background:#C62245;
border-radius:.12rem; border-radius:.12rem;
font-size: .3rem; font-size: .3rem;
text-align: center; text-align: center;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论