mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-18 15:26:45 +08:00
提交
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<div style="display: flex; justify-content: flex-start;padding:12px 20px 20px 22px" >
|
<div style="display: flex; justify-content: flex-start;padding:12px 20px 20px 22px" >
|
||||||
<!--查询-->
|
<!--查询-->
|
||||||
<div class="uc-center-page" style="margin-right:40px">我的考试</div>
|
<div class="uc-center-page" style="margin-right:30px">我的考试</div>
|
||||||
<div style="padding: 0px 0px">
|
<div style="padding: 0px 0px">
|
||||||
<el-select clearable v-model="status" placeholder="状态" style="width: 110px">
|
<el-select clearable v-model="status" placeholder="状态" style="width: 110px">
|
||||||
<el-option label="未开始" :value="0"></el-option>
|
<el-option label="未开始" :value="0"></el-option>
|
||||||
|
|||||||
@@ -538,6 +538,13 @@ export default {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
|
::v-deep .el-dropdown-menu__item:not(.is-disabled):hover{
|
||||||
|
background-color: #fff !important;
|
||||||
|
color: #0059FF !important;
|
||||||
|
}
|
||||||
|
::v-deep.el-dropdown-menu {
|
||||||
|
border: none !important;
|
||||||
|
}
|
||||||
.footer-btn{
|
.footer-btn{
|
||||||
width: 140px;
|
width: 140px;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
|
|||||||
@@ -124,7 +124,7 @@ module.exports = {
|
|||||||
},
|
},
|
||||||
'/uboeApi': {
|
'/uboeApi': {
|
||||||
// 目标代理服务器地址
|
// 目标代理服务器地址
|
||||||
target: 'http://u-pre.boe.com',
|
target: 'http://u-pre.boe1.com',
|
||||||
changeOrigin: true,
|
changeOrigin: true,
|
||||||
secure: false,
|
secure: false,
|
||||||
pathRewrite: {
|
pathRewrite: {
|
||||||
|
|||||||
Reference in New Issue
Block a user