mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-19 07:46:43 +08:00
Merge branch 'stat' of https://codeup.aliyun.com/6265f483e4166464dc2f9c14/boeu/portal into stat
This commit is contained in:
@@ -437,6 +437,9 @@
|
||||
}
|
||||
// boe-index
|
||||
@media screen and (max-width: 1366px){
|
||||
.xindex-case .case-conent .cast-time{
|
||||
font-size: 13px !important;
|
||||
}
|
||||
.portal-index-title{
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
@@ -482,11 +485,11 @@
|
||||
padding: 10px 40px;
|
||||
.personal-box {
|
||||
margin-left: 0px;
|
||||
margin-top: 10px;
|
||||
// margin-top: 10px;
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
.personal-ul{
|
||||
margin-top: 7px;
|
||||
margin-top: 0px;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -499,7 +502,7 @@
|
||||
margin-bottom: 20px;
|
||||
|
||||
.xindex-course-image{
|
||||
width: 220px;
|
||||
width: 213px;
|
||||
height: 123px;
|
||||
::v-deep .course-image{
|
||||
height: 100% !important;
|
||||
@@ -550,7 +553,7 @@
|
||||
height: 69px;
|
||||
}
|
||||
.case-conent{
|
||||
width: 200px;
|
||||
width: 220px;
|
||||
height: 169px;
|
||||
// top:20px;
|
||||
// left:25px;
|
||||
|
||||
@@ -135,6 +135,7 @@ export default {
|
||||
font-size: 16px;
|
||||
color: #333333;
|
||||
font-weight: 600;
|
||||
word-break:break-all;
|
||||
span{
|
||||
font-size: 16px;
|
||||
margin-left: -9px;
|
||||
|
||||
@@ -121,6 +121,7 @@ export default {
|
||||
font-size: 16px;
|
||||
color: #333333;
|
||||
font-weight: 600;
|
||||
word-break:break-all;
|
||||
span{
|
||||
font-size: 16px;
|
||||
margin-left: -9px;
|
||||
|
||||
@@ -166,6 +166,7 @@ export default {
|
||||
font-size: 16px;
|
||||
color: #333333;
|
||||
font-weight: 600;
|
||||
word-break:break-all;
|
||||
span{
|
||||
font-size: 16px;
|
||||
margin-left: -9px;
|
||||
|
||||
@@ -136,6 +136,7 @@ export default {
|
||||
font-size: 16px;
|
||||
color: #333333;
|
||||
font-weight: 600;
|
||||
word-break:break-all;
|
||||
span{
|
||||
font-size: 16px;
|
||||
margin-left: -9px;
|
||||
|
||||
@@ -181,15 +181,16 @@
|
||||
font-size: 14px;
|
||||
margin-top: 18px;
|
||||
display: flex;
|
||||
div{
|
||||
margin-right: 40px;
|
||||
}
|
||||
justify-content: space-between;
|
||||
// div{
|
||||
// margin-right: 40px;
|
||||
// }
|
||||
}
|
||||
}
|
||||
.task-btns {
|
||||
text-align: right;
|
||||
margin-top: 40px;
|
||||
width: 100px;
|
||||
width: 150px;
|
||||
// height: 44px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -734,7 +734,6 @@ export default {
|
||||
if (res.status == 200) {
|
||||
this.messageSave("set");
|
||||
//消息
|
||||
console.log(data,'data');
|
||||
let event = {
|
||||
key: "AnswerBest",//设置为最佳答案
|
||||
title: "回答被选为最佳答案",//
|
||||
@@ -747,7 +746,6 @@ export default {
|
||||
aname: this.userInfo.name,//当前人的姓名
|
||||
status: 1 //状态,直接写1
|
||||
}
|
||||
console.log(event,'event');
|
||||
this.$store.dispatch("userTrigger", event);
|
||||
this.loadAnswer();
|
||||
this.getQuestionDetail();
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
<div>
|
||||
<div style="display: flex;justify-content:space-around;padding: 12px 22px 10px 18px;">
|
||||
<!--<div style="padding: 0px 5px;"><el-cascader clearable v-model="params.type" :options="typeList"></el-cascader></div>-->
|
||||
<div class="uc-center-page" style="margin-right:30px">我的提问</div>
|
||||
<div class="uc-center-page" style="margin-right:20px;width: 73px;">我的提问</div>
|
||||
<div style="padding: 0px 5px;">
|
||||
<el-select v-model="queryObj.isResolve" class="uc-select" clearable placeholder="状态">
|
||||
<el-option label="全部" value=""></el-option>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<div>
|
||||
<div style="display: flex;justify-content:space-between; padding: 12px 32px 10px 22px;">
|
||||
<div style="display: flex;justify-content: flex-start;">
|
||||
<div class="uc-center-page">我报名的</div>
|
||||
<div class="uc-center-page" style="width:73px">我报名的</div>
|
||||
<div style="margin-left:32px">
|
||||
<el-select v-model="courseType" class="uc-select" clearable placeholder="类型">
|
||||
<el-option label="全部类型" value='1'></el-option>
|
||||
|
||||
@@ -441,7 +441,7 @@
|
||||
},
|
||||
legend: {
|
||||
top: 'center',
|
||||
right: 100,
|
||||
right: 60,
|
||||
orient: 'vertical',
|
||||
itemWidth: 8,
|
||||
itemHeight: 8,
|
||||
|
||||
Reference in New Issue
Block a user