mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
1280样式调整
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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();
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user