勋章规则调整

This commit is contained in:
zhaofang
2022-10-18 10:36:15 +08:00
parent c181655b8d
commit c3ef7b6067
3 changed files with 811 additions and 806 deletions

View File

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

View File

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

File diff suppressed because it is too large Load Diff