mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
1280样式调整
This commit is contained in:
@@ -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