Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mt-education-mobile
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王旭
mt-education-mobile
Commits
3efc1c40
Commit
3efc1c40
authored
Aug 21, 2020
by
zhangyichen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试修改
parent
5bb9b906
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
global.less
src/assets/style/global.less
+1
-0
ILearnedCurriculum.vue
src/views/PersonalCenter/ILearnedCurriculum.vue
+1
-1
No files found.
src/assets/style/global.less
View file @
3efc1c40
...
...
@@ -81,6 +81,7 @@
// new标签主页
.newTag{
transform: scale(.99,.99);
position: absolute;
right: 1.86667vw;
border-radius: 2.3vw 2.3vw 2.3vw 0.6vw;
...
...
src/views/PersonalCenter/ILearnedCurriculum.vue
View file @
3efc1c40
...
...
@@ -45,7 +45,7 @@
>
<
template
#
title
>
<van-icon
name=
"more-o"
/>
{{
item
.
title
}}
<diyTag
:num=
"
1"
v-if=
"item.title === '未开始'"
:type=
"3"
style=
"top: -2px;left: -6px
"
/>
<diyTag
:num=
"
Number(notStartCount)"
v-if=
"item.title === '未开始'"
:type=
"3
"
/>
</
template
>
</tab>
</tabs>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment