mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
Merge branch 'stat' of https://codeup.aliyun.com/6265f483e4166464dc2f9c14/boeu/portal into stat
This commit is contained in:
@@ -272,12 +272,12 @@
|
||||
color: #333333;
|
||||
line-height: 22px;
|
||||
}
|
||||
.portal-index-title{
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
color: #00253E;
|
||||
line-height: 22px;
|
||||
}
|
||||
// .portal-index-title{
|
||||
// font-size: 16px;
|
||||
// font-weight: 500;
|
||||
// color: #00253E;
|
||||
// line-height: 22px;
|
||||
// }
|
||||
.portal-index-summary{
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
@@ -437,6 +437,13 @@
|
||||
}
|
||||
// boe-index
|
||||
@media screen and (max-width: 1366px){
|
||||
.portal-index-title{
|
||||
font-size: 14px;
|
||||
font-weight: 500;
|
||||
color: #00253E;
|
||||
margin-bottom: 4px;
|
||||
// line-height: 22px;
|
||||
}
|
||||
.portal-input{
|
||||
width: 260px;
|
||||
}
|
||||
@@ -580,6 +587,7 @@
|
||||
line-height: 14px;
|
||||
}
|
||||
.qa-views{
|
||||
font-size: 12px !important;
|
||||
left: 10px;
|
||||
bottom: 6px;
|
||||
}
|
||||
@@ -705,7 +713,12 @@
|
||||
.case-inter-orgin{
|
||||
width: 47%;
|
||||
}
|
||||
|
||||
.portal-index-title{
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
color: #00253E;
|
||||
line-height: 22px;
|
||||
}
|
||||
.portal-input{
|
||||
width: 280px;
|
||||
}
|
||||
@@ -844,6 +857,7 @@
|
||||
.qa-views{
|
||||
left: 18px;
|
||||
bottom: 18px;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
.qa-char{
|
||||
@@ -974,7 +988,12 @@
|
||||
}
|
||||
|
||||
@media screen and (max-width: 1920px) and (min-width: 1681px){
|
||||
|
||||
.portal-index-title{
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
color: #00253E;
|
||||
line-height: 22px;
|
||||
}
|
||||
.case-inter-orgin{
|
||||
width: 60%;
|
||||
}
|
||||
@@ -1126,6 +1145,7 @@
|
||||
.qa-views{
|
||||
left: 20px;
|
||||
bottom: 20px;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
.qa-char{
|
||||
@@ -1234,6 +1254,12 @@
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1921px){
|
||||
.portal-index-title{
|
||||
font-size: 16px;
|
||||
font-weight: 500;
|
||||
color: #00253E;
|
||||
line-height: 22px;
|
||||
}
|
||||
.case-inter-orgin{
|
||||
width: 60%;
|
||||
}
|
||||
@@ -1381,6 +1407,7 @@
|
||||
.qa-views{
|
||||
left: 20px;
|
||||
bottom: 20px;
|
||||
font-size: 14px;
|
||||
}
|
||||
}
|
||||
.qa-char{
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
<div style="display: flex;justify-content: start;margin-left:25px">
|
||||
<div style="min-width: 240px;">
|
||||
<div class="content-top">
|
||||
<h6> {{userData.name}}<span style="margin-left:8px;color: #999999;font-weight: 400;">{{orgInfo}}</span> </h6>
|
||||
<h6> {{userData.name}}<span style="margin-left:8px;color: #999999;font-weight: 400;">{{userData.orgInfo}}</span> </h6>
|
||||
</div>
|
||||
<div class="grade" style="margin-top:5px">
|
||||
<div class="level" style="margin-top:4px">{{statData.level}}</div>
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
</div>
|
||||
<div v-if="views" style="cursor: default;" :style="`min-width: ${nodeWidth};margin-left:${data.views>1000? '40px':'20px'}`" class="interact-bar-btn" :class="{cursor:!readonly}">
|
||||
<el-tooltip effect="light" content="浏览量" placement="top" :visible-arrow="false" popper-class="text-tooltip">
|
||||
<svg-icon style="margin-right: 0;font-size:22px;padding-top: 4px;" icon-class="eyes"></svg-icon>
|
||||
<svg-icon style="margin-right: 0;font-size:22px;" icon-class="eyes"></svg-icon>
|
||||
</el-tooltip>
|
||||
<span class="interact-bar-value"> {{ formatNum(data.views)}}</span>
|
||||
</div>
|
||||
|
||||
@@ -2188,7 +2188,7 @@
|
||||
.qa-views {
|
||||
position: absolute;
|
||||
color: #6E7B84;
|
||||
font-size: 14px;
|
||||
// font-size: 14px;
|
||||
// left: 20px;
|
||||
// bottom: 20px;
|
||||
|
||||
|
||||
@@ -28,8 +28,8 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="uc-list" v-loading="loading">
|
||||
<div class="uc-course" v-for="(item,idx) in pageChange" @click="jumpRouter(item)" :key="idx">
|
||||
<div class="uc-course-img" style="width: 260px;height:144px">
|
||||
<div class="uc-course" v-for="(item,idx) in pageChange" :key="idx">
|
||||
<div class="uc-course-img" style="width: 260px;height:144px" @click="jumpRouter(item)">
|
||||
<course-image :course="item"></course-image>
|
||||
<div class="uc-type">
|
||||
<span v-if="item.courseType==10">录播</span>
|
||||
@@ -38,7 +38,7 @@
|
||||
<span v-if="item.courseType==40">学习项目</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="uc-course-info">
|
||||
<div class="uc-course-info" @click="jumpRouter(item)">
|
||||
<div class="uc-course-name" style="cursor: pointer;">
|
||||
|
||||
<div style="flex:1;">
|
||||
@@ -56,7 +56,7 @@
|
||||
<div class="uc-course-btns">
|
||||
<div style="text-align: right;">
|
||||
<!-- <el-button class="del" @click.stop="delItem(item,idx)" type="text" icon="el-icon-delete" size="mini" title="删除"></el-button> -->
|
||||
<el-dropdown>
|
||||
<el-dropdown trigger="click">
|
||||
<span class="el-dropdown-link">
|
||||
<svg-icon style="margin-right: 0;font-size:26px;" icon-class="spot"></svg-icon>
|
||||
</span>
|
||||
|
||||
@@ -167,40 +167,40 @@
|
||||
<div class="box-table">
|
||||
<p class="table-title portal-title-tow"><span></span>学习</p>
|
||||
<el-table :data="tableData" style="">
|
||||
<el-table-column prop="name" label="分类" width="180"></el-table-column>
|
||||
<el-table-column prop="name" label="描述" width="180">
|
||||
<el-table-column prop="name" label="分类" width="180" align="center"></el-table-column>
|
||||
<el-table-column prop="name" label="描述" width="180" align="center">
|
||||
<template slot-scope="scope">
|
||||
<p v-for="(rem,index) in scope.row.hear" :key="index">{{rem}}</p>
|
||||
<p style="font-size:12px;color: #999999;" v-if="scope.row.label">{{scope.row.label}}</p>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="right" label="经验值/U币">
|
||||
<el-table-column label="经验值/U币" align="center">
|
||||
<template slot-scope="scope">
|
||||
<p style="font-size:16px;color: #333333;font-weight: 600;" v-for="(val,index) in scope.row.value" :key="index">{{val}}
|
||||
</p>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="upperlimit" align="right" label="每日上限">
|
||||
<el-table-column prop="upperlimit" label="每日上限" align="center">
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
</div>
|
||||
<div class="box-table">
|
||||
<p class="table-title portal-title-tow"><span></span>知识贡献</p>
|
||||
<el-table :data="tableList" style="">
|
||||
<el-table-column prop="name" label="分类" width="180">
|
||||
<el-table-column prop="name" label="分类" width="180" align="center">
|
||||
</el-table-column>
|
||||
<el-table-column prop="name" label="描述" width="180">
|
||||
<el-table-column prop="name" label="描述" width="180" align="center">
|
||||
<template slot-scope="scope">
|
||||
<p v-for="(rem,index) in scope.row.hear" :key="index">{{rem}}</p>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column align="right" label="经验值/U币">
|
||||
<el-table-column label="经验值/U币" align="center">
|
||||
<template slot-scope="scope">
|
||||
<p style="font-size:16px;color: #333333;font-weight: 600;" v-for="(val,index) in scope.row.value"
|
||||
:key="index">{{val}}</p>
|
||||
</template>
|
||||
</el-table-column>
|
||||
<el-table-column prop="upperlimit" align="right" label="每日上限">
|
||||
<el-table-column prop="upperlimit" align="center" label="每日上限">
|
||||
</el-table-column>
|
||||
</el-table>
|
||||
</div>
|
||||
|
||||
@@ -4,37 +4,37 @@
|
||||
</Remark> -->
|
||||
<div style="padding:10px 0px 12px 22px">
|
||||
<el-row>
|
||||
<el-col :span="24">
|
||||
<el-col :span="24" style="margin-bottom:20px">
|
||||
<span class="uc-center-page" style="margin-right:90px">我的测评</span>
|
||||
<el-input clearable placeholder="搜索名称" class="uc-input" v-model="keyword"></el-input>
|
||||
<el-button type="primary" icon="el-icon-search" class="search-btn" @click="getData()">搜索</el-button>
|
||||
<el-button type="primary" icon="el-icon-refresh-right" class="search-btn" @click="reset">重置</el-button>
|
||||
</el-col>
|
||||
<el-col :span="8" v-for="(item,index) in testList" :key="index">
|
||||
<el-col :span="6" v-for="(item,index) in testList" :key="index">
|
||||
<!-- @click="textdetail(item)" -->
|
||||
<div style="text-align: center;">
|
||||
<div style="text-align: center;margin-top: 40px;">
|
||||
<!-- @click="jumpRouter(item)" -->
|
||||
<section>
|
||||
<!-- <section> -->
|
||||
<!-- <div @click="hasPermission(item)">
|
||||
|
||||
</div> -->
|
||||
<a :href="hasPermission(item)" target="_blank">
|
||||
<img :src="getItem(item)" />
|
||||
<h5 class="ceping-tit one-line-ellipsis" v-html="$keywordActiveShow(item.title,keyword)"></h5>
|
||||
<span class="ceping-conent">完成时间:{{item.date}}</span>
|
||||
<img style="width: 150px;height: 200px;" :src="getItem(item)" />
|
||||
<p class="ceping-tit one-line-ellipsis" v-html="$keywordActiveShow(item.title,keyword)"></p>
|
||||
<p class="ceping-conent">完成时间:{{item.date}}</p>
|
||||
</a>
|
||||
</section>
|
||||
<!-- </section> -->
|
||||
|
||||
</div>
|
||||
</el-col>
|
||||
|
||||
</el-row>
|
||||
<div v-if="testList.length > 0 " style="height:150px; text-align: center; margin-top: 10px; " >
|
||||
<div v-if="testList.length > 0 " style="height:150px; text-align: center; margin-top: 50px; " >
|
||||
<el-pagination
|
||||
background
|
||||
@size-change="handleSizeChange"
|
||||
@current-change="handleCurrentChange"
|
||||
:page-sizes="[9, 18, 27, 36]"
|
||||
:page-sizes="[8, 16, 24, 36]"
|
||||
:current-page="page"
|
||||
:page-size="size"
|
||||
layout="total, sizes, prev, pager, next, jumper"
|
||||
@@ -61,7 +61,7 @@
|
||||
testList:'',
|
||||
total:0,
|
||||
chaturl:'',
|
||||
size:9,
|
||||
size:8,
|
||||
page:1,
|
||||
}
|
||||
},
|
||||
@@ -144,13 +144,16 @@
|
||||
}
|
||||
|
||||
.ceping-tit{
|
||||
color: #333;
|
||||
font-size: 17px;
|
||||
line-height: 40px;
|
||||
margin-top: 19px;
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
color: #333333;
|
||||
|
||||
}
|
||||
.ceping-conent{
|
||||
font-size: #666;
|
||||
font-size: 13px;
|
||||
font-size: 14px;
|
||||
margin-top: 10px;
|
||||
|
||||
}
|
||||
.fenye{
|
||||
@@ -175,47 +178,47 @@
|
||||
.el-col:nth-of-type(){
|
||||
|
||||
}
|
||||
.el-col:not(:first-child){
|
||||
position: relative;
|
||||
padding: 20px;
|
||||
padding-left: 40px;
|
||||
border-radius: 4px;
|
||||
>div{
|
||||
// width: 85%;
|
||||
padding-bottom:100%;
|
||||
cursor: pointer;
|
||||
position: relative;
|
||||
// box-shadow: 2px 2px 2px #888888;
|
||||
// box-shadow:0px 0px 2px #888888;
|
||||
border-radius: 4px;
|
||||
section{
|
||||
border-radius: 4px;
|
||||
position: absolute;
|
||||
left: 40%;
|
||||
top: 50%;
|
||||
// width: 96%;
|
||||
// height: 78%;
|
||||
transform: translate(-50%,-50%);
|
||||
// background: #f1f5fc;
|
||||
// marin:0 auto;
|
||||
// padding: 10px;
|
||||
border-box: box-sizing;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: space-between;
|
||||
img{
|
||||
width: 194px;
|
||||
height: 109px;
|
||||
}
|
||||
span{
|
||||
// color:#303133;
|
||||
// font-size: 12px;
|
||||
}
|
||||
h5{
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
// .el-col:not(:first-child){
|
||||
// position: relative;
|
||||
// padding: 20px;
|
||||
// padding-left: 40px;
|
||||
// border-radius: 4px;
|
||||
// >div{
|
||||
// // width: 85%;
|
||||
// padding-bottom:100%;
|
||||
// cursor: pointer;
|
||||
// position: relative;
|
||||
// // box-shadow: 2px 2px 2px #888888;
|
||||
// // box-shadow:0px 0px 2px #888888;
|
||||
// border-radius: 4px;
|
||||
// section{
|
||||
// border-radius: 4px;
|
||||
// position: absolute;
|
||||
// left: 40%;
|
||||
// top: 50%;
|
||||
// // width: 96%;
|
||||
// // height: 78%;
|
||||
// transform: translate(-50%,-50%);
|
||||
// // background: #f1f5fc;
|
||||
// // marin:0 auto;
|
||||
// // padding: 10px;
|
||||
// border-box: box-sizing;
|
||||
// display: flex;
|
||||
// flex-direction: column;
|
||||
// justify-content: space-between;
|
||||
// img{
|
||||
// width: 194px;
|
||||
// height: 109px;
|
||||
// }
|
||||
// span{
|
||||
// // color:#303133;
|
||||
// // font-size: 12px;
|
||||
// }
|
||||
// h5{
|
||||
// margin: 0;
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
// }
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user