1280样式调整

This commit is contained in:
zhaofang
2022-11-17 10:41:33 +08:00
parent 5fa79d372c
commit f3b3c97d5b
9 changed files with 12 additions and 9 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;
}
}

View File

@@ -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();

View File

@@ -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>

View File

@@ -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>

View File

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