fix: BUG修改
This commit is contained in:
parent
702e6fa5b5
commit
2203f050b9
@ -1,4 +1,4 @@
|
|||||||
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>人员录入</title><link href=/doc/h5Entry/static/css/app.2894818dffea468ddc2107034baa0082.css rel=stylesheet></head><body><div id=app></div><script>var host = window.location.origin;
|
<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1"><title>人员录入</title><link href=/doc/h5Entry/static/css/app.8643de0dc8f998d365ed637881945b3a.css rel=stylesheet></head><body><div id=app></div><script>var host = window.location.origin;
|
||||||
var rootURL = host + "/";
|
var rootURL = host + "/";
|
||||||
// var rootURL = "http://192.168.34.221:28888/";
|
// var rootURL = "http://192.168.34.221:28888/";
|
||||||
// var rootURL = "http://192.168.34.221:9111/"; //本地
|
// var rootURL = "http://192.168.34.221:9111/"; //本地
|
||||||
@ -16,4 +16,4 @@
|
|||||||
// rootURL = "http://192.168.34.155:19111/" //本地
|
// rootURL = "http://192.168.34.155:19111/" //本地
|
||||||
// locationURL=rootURL+'doc/h5Entry/index.html?userId=4&projectSn=a2ef0238b59146aa814b93f47710dbf2#/'
|
// locationURL=rootURL+'doc/h5Entry/index.html?userId=4&projectSn=a2ef0238b59146aa814b93f47710dbf2#/'
|
||||||
locationURL=rootURL+'doc/h5Entry/index.html?userId=1779721457571291137&projectSn=BD3137498CB84BF0969979E0342CDBCA&educationId=1666278624304615426#/'
|
locationURL=rootURL+'doc/h5Entry/index.html?userId=1779721457571291137&projectSn=BD3137498CB84BF0969979E0342CDBCA&educationId=1666278624304615426#/'
|
||||||
}</script><script type=text/javascript src=/doc/h5Entry/static/js/manifest.57836df18953bdc17acc.js></script><script type=text/javascript src=/doc/h5Entry/static/js/vendor.08fb8d13d88c906352f9.js></script><script type=text/javascript src=/doc/h5Entry/static/js/app.c6b3cb802133ea2879cb.js></script></body></html>
|
}</script><script type=text/javascript src=/doc/h5Entry/static/js/manifest.3d700e6bdd90ba47631c.js></script><script type=text/javascript src=/doc/h5Entry/static/js/vendor.08fb8d13d88c906352f9.js></script><script type=text/javascript src=/doc/h5Entry/static/js/app.c6b3cb802133ea2879cb.js></script></body></html>
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2
public/doc/h5Entry/static/js/1.f197bda3a590ee95a483.js
Normal file
2
public/doc/h5Entry/static/js/1.f197bda3a590ee95a483.js
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -0,0 +1,2 @@
|
|||||||
|
!function(e){var n=window.webpackJsonp;window.webpackJsonp=function(r,c,a){for(var i,u,f,s=0,l=[];s<r.length;s++)u=r[s],t[u]&&l.push(t[u][0]),t[u]=0;for(i in c)Object.prototype.hasOwnProperty.call(c,i)&&(e[i]=c[i]);for(n&&n(r,c,a);l.length;)l.shift()();if(a)for(s=0;s<a.length;s++)f=o(o.s=a[s]);return f};var r={},t={8:0};function o(n){if(r[n])return r[n].exports;var t=r[n]={i:n,l:!1,exports:{}};return e[n].call(t.exports,t,t.exports,o),t.l=!0,t.exports}o.e=function(e){var n=t[e];if(0===n)return new Promise(function(e){e()});if(n)return n[2];var r=new Promise(function(r,o){n=t[e]=[r,o]});n[2]=r;var c=document.getElementsByTagName("head")[0],a=document.createElement("script");a.type="text/javascript",a.charset="utf-8",a.async=!0,a.timeout=12e4,o.nc&&a.setAttribute("nonce",o.nc),a.src=o.p+"static/js/"+e+"."+{0:"fbf64467c6abbbc1eb98",1:"f197bda3a590ee95a483",2:"71d89ea01849e20a56e5",3:"4dbc61fae8f9d7188195",4:"cc318b807ecd505f3946",5:"ef7329314c5270b36976"}[e]+".js";var i=setTimeout(u,12e4);function u(){a.onerror=a.onload=null,clearTimeout(i);var n=t[e];0!==n&&(n&&n[1](new Error("Loading chunk "+e+" failed.")),t[e]=void 0)}return a.onerror=a.onload=u,c.appendChild(a),r},o.m=e,o.c=r,o.d=function(e,n,r){o.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:r})},o.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(n,"a",n),n},o.o=function(e,n){return Object.prototype.hasOwnProperty.call(e,n)},o.p="/doc/h5Entry/",o.oe=function(e){throw console.error(e),e}}([]);
|
||||||
|
//# sourceMappingURL=manifest.3d700e6bdd90ba47631c.js.map
|
||||||
File diff suppressed because one or more lines are too long
@ -170,7 +170,7 @@ export default {
|
|||||||
},
|
},
|
||||||
filters: {
|
filters: {
|
||||||
typeText(val, list) {
|
typeText(val, list) {
|
||||||
let findItem = list.find((item) => val === item.value);
|
let findItem = list.find((item) => val == item.value);
|
||||||
return findItem ? findItem.name : "";
|
return findItem ? findItem.name : "";
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="pageContent">
|
<div class="pageContent">
|
||||||
<div class="tips">交卷之前离开当前页面会导致本次考试作废!</div>
|
<div class="tips">交卷之前离开当前页面会导致本次考试作废!</div>
|
||||||
<vue-scroll style="height: 2000px">
|
<vue-scroll style="height: 83vh">
|
||||||
<div class="blockBox" v-for="(item, index) in courseDetail.questionList" :key="index">
|
<div class="blockBox" v-for="(item, index) in courseDetail.questionList" :key="index">
|
||||||
<div class="testTilte">
|
<div class="testTilte">
|
||||||
{{ index + 1 }}、{{ item.questionName }}({{
|
{{ index + 1 }}、{{ item.questionName }}({{
|
||||||
@ -226,6 +226,16 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
|
.optionsBox{
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
/deep/.el-radio__label{
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
|
/deep/.el-checkbox__label{
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
|
}
|
||||||
.fullHeight{
|
.fullHeight{
|
||||||
font-size: 16px
|
font-size: 16px
|
||||||
}
|
}
|
||||||
@ -262,6 +272,7 @@ export default {
|
|||||||
.submitBtn {
|
.submitBtn {
|
||||||
// margin: -70rem 5rem;
|
// margin: -70rem 5rem;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
z-index: 100;
|
||||||
bottom: 10px;
|
bottom: 10px;
|
||||||
left: 5%;
|
left: 5%;
|
||||||
width: 90%;
|
width: 90%;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user