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
77e6be15
Commit
77e6be15
authored
1 year ago
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
3a352382
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
6 deletions
+10
-6
tripIndexNewHV.css
src/assets/css/tripIndexNewHV.css
+2
-1
TravelConfig.vue
...ents/newTravelmanager/TravelGroupControl/TravelConfig.vue
+2
-1
TravelDaysTrip_DirectThree.vue
...avelmanager/travelLineTrip/TravelDaysTrip_DirectThree.vue
+6
-4
No files found.
src/assets/css/tripIndexNewHV.css
View file @
77e6be15
...
...
@@ -160,7 +160,8 @@
right
:
57px
;
background
:
rgba
(
23
,
23
,
23
,
0.4
);
padding
:
40px
50px
;
z-index
:
1
z-index
:
1
;
overflow
:
hidden
;
/* max-height: 695px;
padding: 42px 55px;
background: rgba(23,23,23,0.4);
...
...
This diff is collapsed.
Click to expand it.
src/components/newTravelmanager/TravelGroupControl/TravelConfig.vue
View file @
77e6be15
...
...
@@ -224,9 +224,10 @@
</div>
</div>
</div>
<div
class=
"_VideoStr_box"
v-if=
"
fals
e"
>
<div
class=
"_VideoStr_box"
v-if=
"
tru
e"
>
<el-form-item
label=
"行程主题色"
>
<el-color-picker
style=
'vertical-align: middle;'
v-model=
"PostConfig.TripColor"
></el-color-picker>
<span
style=
"color: red;margin-left: 15px;"
>
注意,如果你使用行程模板,系统将会强制修改主色
</span>
</el-form-item>
</div>
</el-form>
...
...
This diff is collapsed.
Click to expand it.
src/components/newTravelmanager/travelLineTrip/TravelDaysTrip_DirectThree.vue
View file @
77e6be15
...
...
@@ -206,10 +206,12 @@
<span
class=
"el-icon-full-screen absolute BlowUpTravelDays"
@
click=
"clickBlowUpTravelDays(item)"
></span>
</el-tooltip>
<travelDaysHV
v-if=
"dataAll.FeaturePageType==1"
:index=
"index"
:dataAll=
"dataAll"
:item=
"item"
>
</travelDaysHV>
<travelDays
v-if=
"dataAll.FeaturePageType==2"
:index=
"index"
:dataAll=
"dataAll"
:item=
"item"
>
</travelDays>
<
template
v-if=
"!item.IsBlowUp"
>
<travelDaysHV
v-if=
"dataAll.FeaturePageType==1"
:index=
"index"
:dataAll=
"dataAll"
:item=
"item"
>
</travelDaysHV>
<travelDays
v-if=
"dataAll.FeaturePageType==2"
:index=
"index"
:dataAll=
"dataAll"
:item=
"item"
>
</travelDays>
</
template
>
<div
v-if=
"item.IsBlowUp"
class=
"BlowUpTravelDaysBox"
>
<travelDaysHV
v-if=
"dataAll.FeaturePageType==1"
:index=
"index"
:dataAll=
"dataAll"
:item=
"item"
>
</travelDaysHV>
...
...
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