Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
SuperMan
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
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
罗超
SuperMan
Commits
b6862ee5
Commit
b6862ee5
authored
Feb 26, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'行程特色样式@'
parent
c167fbe1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
142 additions
and
20 deletions
+142
-20
cssReset.css
src/assets/css/cssReset.css
+1
-1
addCapitalAllocation.vue
src/components/FinancialModule/addCapitalAllocation.vue
+137
-16
travelFeature3.vue
...lmanager/TravelGroupControl/TravelTemp/travelFeature3.vue
+4
-3
No files found.
src/assets/css/cssReset.css
View file @
b6862ee5
...
...
@@ -80,7 +80,7 @@ input:-webkit-autofill{-webkit-box-shadow: 0 0 0px 1000px white inset;}
.w30
{
width
:
30px
!important
;}
.w40
{
width
:
40px
!important
;}
.w50
{
width
:
50px
!important
;}
.w60
{
width
:
5
0px
!important
;}
.w60
{
width
:
6
0px
!important
;}
.w69
{
width
:
69px
!important
;}
.w80
{
width
:
80px
!important
;}
.w89
{
width
:
89px
!important
;}
...
...
src/components/FinancialModule/addCapitalAllocation.vue
View file @
b6862ee5
This diff is collapsed.
Click to expand it.
src/components/newTravelmanager/TravelGroupControl/TravelTemp/travelFeature3.vue
View file @
b6862ee5
...
...
@@ -4,7 +4,8 @@
<!-- 酒店 -->
<div
class=
"travle_page"
v-for=
"(item, index) in hotelObj.pageList"
:key=
"'hotel'+index "
v-if=
"hotelObj.list.length>0"
>
<!-- 酒店1 -->
<div
class=
"travel_hotel_1"
v-if=
"item === 0 && hotelObj.list!=null && hotelObj.list.length>0"
>
<!-- item === 0 && -->
<div
class=
"travel_hotel_1"
v-if=
"hotelObj.list!=null && hotelObj.list.length>0"
>
<div
class=
"hotel_1_header"
>
<img
class=
"hotel_1_header_bg"
:src=
"`https://reborndev.oss-cn-hangzhou.aliyuncs.com/Upload/BackgroundImg/featurebg/template_top_$
{templateType}.jpg`">
<img
class=
"hotel_1_header_bg2"
:src=
"`https://reborndev.oss-cn-hangzhou.aliyuncs.com/Upload/BackgroundImg/featurebg/template_title1_$
{templateType}.jpg`">
...
...
@@ -218,7 +219,7 @@
</div>
</div>
<!-- 酒店2 -->
<div
class=
"travel_hotel_2"
v-if=
"item !== 0"
>
<
!--
<
div
class=
"travel_hotel_2"
v-if=
"item !== 0"
>
<div
class=
"hotel_2_info_1"
v-if=
"hotelObj.list[item*2]"
>
<div
class=
"travel_toolbar_block"
v-if=
"canEdit===true"
>
<vToolBar
...
...
@@ -438,7 +439,7 @@
</div>
</div>
</div>
</div>
</div>
-->
</div>
<!-- 景点 -->
<div
class=
"travle_page"
v-for=
"(item, index) in viewSpotObj.pageList"
:key=
"'viewSpot'+index"
v-if=
"viewSpotObj.list.length>0"
>
...
...
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