Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Athena
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
华国豪
Athena
Commits
b38b5651
Commit
b38b5651
authored
5 years ago
by
黄奎
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://gitlab.oytour.com/huaguohao/athena
parents
ed93005e
0822255e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
2 deletions
+11
-2
App.vue
src/App.vue
+1
-1
newTrip.vue
src/components/mall/newTrip.vue
+10
-1
No files found.
src/App.vue
View file @
b38b5651
...
...
@@ -101,7 +101,7 @@ export default {
<
style
>
@import
'./assets/global/font.css'
;
@import
'//at.alicdn.com/t/font_863923_
gnvvvot7jvv
.css'
;
@import
'//at.alicdn.com/t/font_863923_
jgikji5npg
.css'
;
@import
'./assets/global/global.css'
;
@import
'./assets/css/common.css'
;
body
,
html
{
...
...
This diff is collapsed.
Click to expand it.
src/components/mall/newTrip.vue
View file @
b38b5651
...
...
@@ -545,6 +545,11 @@
color
:
#3D4756
;
font-size
:
22px
;
}
.tripViewAgendaList
.agendaBox
.agendaPoi
.tour
{
color
:
#00A4A8
;
font-size
:
22px
;
}
.tripViewAgendaList
.agendaBox
.txtCont
.title
{
font-size
:
22px
;
...
...
@@ -916,7 +921,7 @@
v-for=
"(item,index) in dataList.currentPriceInfo.priceFlight"
:key=
"index"
>
<div
class=
"arrangementSubContainer"
>
<div
class=
"header"
>
<span
class=
"dayIndex"
>
D{{index+1
}}
</span>
<span
class=
"dayIndex"
>
{{item.startDate
}}
</span>
</div>
<div
class=
"content"
>
<div
class=
"name transit"
>
{{item.flightNumber}}
</div>
...
...
@@ -1032,6 +1037,10 @@
@click="bigImgShow(subItem.childItem.imaArray[0].url)">
</div>
<div
class=
"txtCont icon-triangle"
>
<div
class=
"agendaPoi"
>
<i
class=
"iconfont icon-jingdianjingguan tour"
></i>
<span
class=
"title"
style=
"color:#00A4A8;"
>
{{
subItem
.
childItem
.
couponsName
}}
</span>
</div>
<div
class=
"detailBox"
>
<div
style=
"border-top:0;margin:20px 0;"
v-html=
'subItem.childItem.descriptionText'
></div>
...
...
This diff is collapsed.
Click to expand it.
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