mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-23 09:46:43 +08:00
勋章规则调整
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="medal-box">
|
<div class="medal-box">
|
||||||
<h6 class="medal-title">我的勋章 <span class="text"> <a href="../medal/urules.vue">勋章规则 > </a></span> </h6>
|
<h6 class="medal-title">我的勋章 <span class="text"> <router-link to="/user/urules" >勋章规则 <i class="el-icon-arrow-right"></i> </router-link></span> </h6>
|
||||||
<el-tabs v-model="activeName" @tab-click="handleClick">
|
<el-tabs v-model="activeName" @tab-click="handleClick">
|
||||||
<el-tab-pane label="全部勋章" name="first"></el-tab-pane>
|
<el-tab-pane label="全部勋章" name="first"></el-tab-pane>
|
||||||
<el-tab-pane label="学习勋章" name="second"></el-tab-pane>
|
<el-tab-pane label="学习勋章" name="second"></el-tab-pane>
|
||||||
|
|||||||
@@ -91,7 +91,8 @@ export default {
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #666666;
|
color: #666666;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
line-height: 58px;
|
// line-height: 58px;
|
||||||
|
margin-top: 20px;
|
||||||
span{
|
span{
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #333;
|
color: #333;
|
||||||
@@ -105,7 +106,9 @@ export default {
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #666666;
|
color: #666666;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
line-height: 58px;
|
margin-top: 20px;
|
||||||
|
// line-height: 58px;
|
||||||
|
|
||||||
span{
|
span{
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
color: #333;
|
color: #333;
|
||||||
|
|||||||
@@ -2,8 +2,8 @@
|
|||||||
<div class="u-currency">
|
<div class="u-currency">
|
||||||
<div class="myubi">
|
<div class="myubi">
|
||||||
<div class="ubi-hear">
|
<div class="ubi-hear">
|
||||||
<h6>我的U币:{{uinfo.uCurrency}}</h6><span class="pointer" @click="dialogVisible = true">U币规则 <i
|
<h6>我的U币:{{uinfo.uCurrency}}</h6><span class="pointer" @click="dialogVisible = true">U币规则
|
||||||
class="el-icon-arrow-right"></i> </span>
|
<i class="el-icon-arrow-right"></i> </span>
|
||||||
<el-button icon="el-icon-document" @click="exportRecord()">导出记录</el-button>
|
<el-button icon="el-icon-document" @click="exportRecord()">导出记录</el-button>
|
||||||
</div>
|
</div>
|
||||||
<div style="max-height:600px;overflow-y:auto;padding-right:30px">
|
<div style="max-height:600px;overflow-y:auto;padding-right:30px">
|
||||||
@@ -456,14 +456,16 @@
|
|||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.u-currency {
|
.u-currency {
|
||||||
padding: 10px 18px;
|
padding: 10px 18px;
|
||||||
|
display: flex;
|
||||||
justify-content: space-between; overflow-x: auto;
|
justify-content: space-between; overflow-x: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.experience {
|
.experience {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
min-width: 480px;
|
min-width: 480px;
|
||||||
min-width: 480px;
|
font-weight: 600;
|
||||||
|
color: #333333;
|
||||||
}
|
}
|
||||||
|
|
||||||
.myubi {
|
.myubi {
|
||||||
|
|||||||
Reference in New Issue
Block a user