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
0775f655
Commit
0775f655
authored
Aug 30, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
908dc860
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
10 deletions
+10
-10
tripIndexNew.css
src/assets/css/tripIndexNew.css
+2
-2
ItineraryFeatures.vue
src/components/LeaveGroupDownload/ItineraryFeatures.vue
+6
-6
travelDays.vue
src/components/LeaveGroupDownload/travelDays.vue
+1
-1
confirmationOrderDownLoadNew.vue
src/components/confirmationOrderDownLoadNew.vue
+1
-1
No files found.
src/assets/css/tripIndexNew.css
View file @
0775f655
...
...
@@ -175,7 +175,7 @@ body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset,
}
.travelDaysTitlle-left-textOne
{
font-size
:
79px
;
font-family
:
FZCuSong-B09S
;
font-family
:
FZCuSong-B09S
!important
;
font-weight
:
400
;
color
:
#2A2A2A
;
line-height
:
55px
;
...
...
@@ -183,7 +183,7 @@ body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset,
}
.travelDaysTitlle-left-textTwo
{
font-size
:
47px
;
font-family
:
PingFang
SC
;
font-family
:
PingFang
SC
!important
;
font-weight
:
800
;
color
:
#2A2A2A
;
line-height
:
55px
;
...
...
src/components/LeaveGroupDownload/ItineraryFeatures.vue
View file @
0775f655
...
...
@@ -27,13 +27,13 @@
},
computed
:
{},
watch
:
{
// FeatureData
: {
//
handler(val, oldVal) {
feature
:
{
handler
(
val
,
oldVal
)
{
//
},
//
deep: true,
//
immediate: true
//
},
},
deep
:
true
,
immediate
:
true
},
},
mounted
()
{
...
...
src/components/LeaveGroupDownload/travelDays.vue
View file @
0775f655
...
...
@@ -238,7 +238,7 @@
watch
:
{
dataAll
:
{
handler
(
val
,
oldVal
)
{
if
(
val
.
tripColor
){
if
(
val
&&
val
.
tripColor
){
this
.
backgroundColor
=
this
.
hexToRgb
(
val
.
tripColor
,
0.2
)
let
rgba
=
this
.
hexToRgb
(
val
.
tripColor
,
1
)
rgba
=
rgba
.
split
(
','
)
...
...
src/components/confirmationOrderDownLoadNew.vue
View file @
0775f655
...
...
@@ -76,7 +76,7 @@
<!--&&isopOperation HK 注释 可以让销售修改基本信息-->
<input
type=
"button"
v-if=
"orderId>0"
class=
"travelControlTripBtn"
value=
"修改信息"
@
click=
"editMsgShow=true"
/>
</el-col>
<el-col
:span=
"10"
>
<el-col
:span=
"10"
style=
"display: none;"
>
<span
style=
"font-size:14px"
>
行程补充说明:
</span>
<el-select
filterable
size=
"small"
v-model=
"Typevalue"
placeholder=
"请选择"
>
<el-option
label=
"日本寻秋意赏枫季"
:value=
"-1"
></el-option>
...
...
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