Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2022-06-02 22:40:38 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
499126c0624c49c285fa20634eee1b44b2afeac8
499126c0
1 parent
d3f394c9
fix tab颜色修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
src/views/client/videoDetail.vue
src/views/client/videoDetail.vue
View file @
499126c
...
...
@@ -20,7 +20,7 @@
<div class="video-main">
<van-row>
<van-col span="24" style="padding-top: 0.2rem;">
<van-tabs v-model:active="active" sticky
color="#F9D95C
" background="#F7F7F7" title-active-color="#222222" title-inactive-color="#777777" @click-tab="onClickTab">
<van-tabs v-model:active="active" sticky
:color="styleColor.baseColor
" background="#F7F7F7" title-active-color="#222222" title-inactive-color="#777777" @click-tab="onClickTab">
<van-tab title="简介" :title-style="tabClass">
<div class="intro">{{ videoInfo.note }}</div>
<donate-bar donate-type="C">为TA助力</donate-bar>
...
...
@@ -42,6 +42,7 @@ import { useRoute, useRouter } from 'vue-router'
import { axios, storeToRefs, mainStore, Toast } from '@/utils/generatePackage'
import { VideoDetail, DonateBar } from '@/utils/generateModules'
import { icon_avatar } from '@/utils/generateIcons'
import { styleColor } from '@/constant.js';
const $route = useRoute();
const $router = useRouter();
...
...
Please
register
or
login
to post a comment