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
73c19e4c
Commit
73c19e4c
authored
Apr 20, 2020
by
yun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
暂存提示框
parent
27ad744a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
index.vue
src/views/CourseDetail/index.vue
+7
-2
No files found.
src/views/CourseDetail/index.vue
View file @
73c19e4c
...
...
@@ -418,7 +418,7 @@
</van-dialog>
<div
v-if=
"shareIsShow"
class=
"share-text-box
"
:class=
"['share-text-box',course.haveViewrange == '1'? 'single-share' : '']
"
:style=
"{borderRadius:course.haveViewrange !== '1' ? '0px' : '8px'}"
>
<p
...
...
@@ -1750,7 +1750,7 @@ export default {
/*border-radius: 5px;
box-shadow: 0 0 2px #000;*/
background-image: url("~@/assets/images/tip_bac.png");
background-size: 100%;
background-size: 100%
100%
;
& > p{
margin: 0;
line-height: 47px;
...
...
@@ -1759,4 +1759,9 @@ export default {
border-bottom: 1px solid #e7e7e7;
}
}
.single-share{
& > p:first-child{
border-bottom: 0px solid #e7e7e7;
}
}
</
style
>
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