This commit is contained in:
daihh
2022-11-17 12:26:38 +08:00
10 changed files with 19 additions and 13 deletions

View File

@@ -437,6 +437,9 @@
} }
// boe-index // boe-index
@media screen and (max-width: 1366px){ @media screen and (max-width: 1366px){
.xindex-case .case-conent .cast-time{
font-size: 13px !important;
}
.portal-index-title{ .portal-index-title{
font-size: 14px; font-size: 14px;
font-weight: 500; font-weight: 500;
@@ -482,11 +485,11 @@
padding: 10px 40px; padding: 10px 40px;
.personal-box { .personal-box {
margin-left: 0px; margin-left: 0px;
margin-top: 10px; // margin-top: 10px;
margin-bottom: 0px; margin-bottom: 0px;
} }
.personal-ul{ .personal-ul{
margin-top: 7px; margin-top: 0px;
} }
} }
@@ -499,7 +502,7 @@
margin-bottom: 20px; margin-bottom: 20px;
.xindex-course-image{ .xindex-course-image{
width: 220px; width: 213px;
height: 123px; height: 123px;
::v-deep .course-image{ ::v-deep .course-image{
height: 100% !important; height: 100% !important;
@@ -550,7 +553,7 @@
height: 69px; height: 69px;
} }
.case-conent{ .case-conent{
width: 200px; width: 220px;
height: 169px; height: 169px;
// top:20px; // top:20px;
// left:25px; // left:25px;

View File

@@ -135,6 +135,7 @@ export default {
font-size: 16px; font-size: 16px;
color: #333333; color: #333333;
font-weight: 600; font-weight: 600;
word-break:break-all;
span{ span{
font-size: 16px; font-size: 16px;
margin-left: -9px; margin-left: -9px;

View File

@@ -121,6 +121,7 @@ export default {
font-size: 16px; font-size: 16px;
color: #333333; color: #333333;
font-weight: 600; font-weight: 600;
word-break:break-all;
span{ span{
font-size: 16px; font-size: 16px;
margin-left: -9px; margin-left: -9px;

View File

@@ -166,6 +166,7 @@ export default {
font-size: 16px; font-size: 16px;
color: #333333; color: #333333;
font-weight: 600; font-weight: 600;
word-break:break-all;
span{ span{
font-size: 16px; font-size: 16px;
margin-left: -9px; margin-left: -9px;

View File

@@ -136,6 +136,7 @@ export default {
font-size: 16px; font-size: 16px;
color: #333333; color: #333333;
font-weight: 600; font-weight: 600;
word-break:break-all;
span{ span{
font-size: 16px; font-size: 16px;
margin-left: -9px; margin-left: -9px;

View File

@@ -181,15 +181,16 @@
font-size: 14px; font-size: 14px;
margin-top: 18px; margin-top: 18px;
display: flex; display: flex;
div{ justify-content: space-between;
margin-right: 40px; // div{
} // margin-right: 40px;
// }
} }
} }
.task-btns { .task-btns {
text-align: right; text-align: right;
margin-top: 40px; margin-top: 40px;
width: 100px; width: 150px;
// height: 44px; // height: 44px;
} }
} }

View File

@@ -734,7 +734,6 @@ export default {
if (res.status == 200) { if (res.status == 200) {
this.messageSave("set"); this.messageSave("set");
//消息 //消息
console.log(data,'data');
let event = { let event = {
key: "AnswerBest",//设置为最佳答案 key: "AnswerBest",//设置为最佳答案
title: "回答被选为最佳答案",// title: "回答被选为最佳答案",//
@@ -747,7 +746,6 @@ export default {
aname: this.userInfo.name,//当前人的姓名 aname: this.userInfo.name,//当前人的姓名
status: 1 //状态直接写1 status: 1 //状态直接写1
} }
console.log(event,'event');
this.$store.dispatch("userTrigger", event); this.$store.dispatch("userTrigger", event);
this.loadAnswer(); this.loadAnswer();
this.getQuestionDetail(); this.getQuestionDetail();

View File

@@ -4,7 +4,7 @@
<div> <div>
<div style="display: flex;justify-content:space-around;padding: 12px 22px 10px 18px;"> <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 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;"> <div style="padding: 0px 5px;">
<el-select v-model="queryObj.isResolve" class="uc-select" clearable placeholder="状态"> <el-select v-model="queryObj.isResolve" class="uc-select" clearable placeholder="状态">
<el-option label="全部" value=""></el-option> <el-option label="全部" value=""></el-option>

View File

@@ -2,7 +2,7 @@
<div> <div>
<div style="display: flex;justify-content:space-between; padding: 12px 32px 10px 22px;"> <div style="display: flex;justify-content:space-between; padding: 12px 32px 10px 22px;">
<div style="display: flex;justify-content: flex-start;"> <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"> <div style="margin-left:32px">
<el-select v-model="courseType" class="uc-select" clearable placeholder="类型"> <el-select v-model="courseType" class="uc-select" clearable placeholder="类型">
<el-option label="全部类型" value='1'></el-option> <el-option label="全部类型" value='1'></el-option>

View File

@@ -441,7 +441,7 @@
}, },
legend: { legend: {
top: 'center', top: 'center',
right: 100, right: 60,
orient: 'vertical', orient: 'vertical',
itemWidth: 8, itemWidth: 8,
itemHeight: 8, itemHeight: 8,