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
609a2334
Commit
609a2334
authored
Apr 06, 2020
by
fanlin@91isoft.com
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
f1638b64
3c251fb5
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
5 deletions
+7
-5
Coursediscuss.vue
src/components/CourseDiscuss/Coursediscuss.vue
+2
-2
DiscusssingleReply.vue
src/components/CourseDiscuss/DiscusssingleReply.vue
+2
-2
index.vue
src/views/CourseDetail/index.vue
+2
-1
index.vue
src/views/TrainDetail/index.vue
+1
-0
No files found.
src/components/CourseDiscuss/Coursediscuss.vue
View file @
609a2334
...
...
@@ -545,7 +545,7 @@ export default {
width:90%;
height:auto;
position: relative;
padding: 1
8
px 18px 1px 14px;
padding: 1
0.5
px 18px 1px 14px;
background-color: #F2F3F7;
border-radius:8px;
}
...
...
@@ -583,7 +583,7 @@ export default {
text-align: left;
display: flex;
flex-direction: row;
margin-bottom: 1
2
px
margin-bottom: 1
0
px
}
.discuss-person{
color: #191919;
...
...
src/components/CourseDiscuss/DiscusssingleReply.vue
View file @
609a2334
...
...
@@ -129,7 +129,7 @@ export default {
<
style
scoped
>
.discussWrap
{
width
:
100%
;
margin-bottom
:
1
5
px
;
margin-bottom
:
1
2
px
;
}
.singleReply
{
color
:
#333333
;
font-family
:
PingFang-SC-Regular
;
margin-bottom
:
12px
...
...
@@ -166,7 +166,7 @@ export default {
text-align
:
left
;
display
:
flex
;
flex-direction
:
row
;
margin-bottom
:
1
5
px
margin-bottom
:
1
2
px
}
.reply-person
{
color
:
#191919
;
...
...
src/views/CourseDetail/index.vue
View file @
609a2334
...
...
@@ -128,7 +128,7 @@
>
<!-- {{ item ==='评论' ? item +'(' + (discussLen > 999 ? '999+' : discussLen) + ')': item }} -->
{{item}}
<span
class=
"count"
>
<span
v-if=
"item === '评论'"
class=
"count"
>
{{ item ==='评论' ? (discussLen === 0 ? '' : (discussLen > 999 ? '999+' : discussLen)) : '' }}
</span>
<!-- <div-->
...
...
@@ -1413,6 +1413,7 @@ export default {
/*margin-bottom: 0.4vw;*/
/*font-weight: 800;*/
/*position: relative;*/
box-sizing: border-box;
color: @selectColor;
border-bottom: 2px solid @selectColor;
}
...
...
src/views/TrainDetail/index.vue
View file @
609a2334
...
...
@@ -1678,6 +1678,7 @@ export default {
/*margin-bottom: 5px;*/
/*font-weight: 800;*/
border-bottom: 2px solid #5A96E9;
box-sizing: border-box;
/*position: relative;*/
color: #5A96E9;
}
...
...
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