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
ac0f95d9
Commit
ac0f95d9
authored
Aug 17, 2023
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
8124982f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
9 deletions
+18
-9
TravelFeature.vue
...nts/newTravelmanager/TravelGroupControl/TravelFeature.vue
+2
-1
featureHome.vue
...anager/TravelGroupControl/UpgradedVersion/featureHome.vue
+14
-6
index.vue
...ravelmanager/TravelGroupControl/UpgradedVersion/index.vue
+2
-2
No files found.
src/components/newTravelmanager/TravelGroupControl/TravelFeature.vue
View file @
ac0f95d9
...
...
@@ -7,7 +7,7 @@
<span
class=
"foldList"
@
click=
"fold"
v-if=
"isFold==''"
>
{{
$t
(
'sm.djzd'
)
}}
</span>
<span
class=
"foldList"
@
click=
"fold"
v-if=
"isFold==1"
>
{{
$t
(
'sm.djzk'
)
}}
</span>
<div
class=
"TrfList clearfix"
>
<div
class=
"TFslide"
v-for=
"item in TypeArray"
:class=
"
{'TFcked':item.isShow,'display_none':(item.TypeState===4
&&
FeatureData.FeatureType !== 4) || (item.TypeState===4
&&
!$route.query.configId)}"
@click="clickFeature(item)" :key="item.subCode"
...
...
@@ -547,6 +547,7 @@
FeatureData
:
{
//深度监听,可监听到对象、数组的变化
handler
:
function
(
val
,
oldVal
)
{
this
.
FeatureData
.
FeatureType
=
8
this
.
$emit
(
"featureCallBack"
,
this
.
FeatureData
);
this
.
initFeature
();
},
...
...
src/components/newTravelmanager/TravelGroupControl/UpgradedVersion/featureHome.vue
View file @
ac0f95d9
<
template
>
<div
class=
"featureHome-form"
>
<div
class=
"featureHome-text absolute z-index1"
>
<vEditDiv
class=
"featureHome-text-title"
:canEdit=
'canEdit'
v-model=
"first"
></vEditDiv>
<div
class=
"featureHome-text-title"
>
<vEditDiv
:canEdit=
'canEdit'
v-model=
"first"
></vEditDiv>
</div>
<div
class=
"featureHome-text-box"
>
<div
class=
"featureHome-text-box-sod"
>
<vEditDiv
:canEdit=
'canEdit1'
v-model=
"first1"
></vEditDiv>
</div>
</div>
<vEditDiv
class=
"featureHome-text-title"
:canEdit=
'canEdit2'
v-model=
"first2"
></vEditDiv>
<div
class=
"featureHome-text-titleTwo"
>
<vEditDiv
:canEdit=
'canEdit2'
v-model=
"first2"
></vEditDiv>
</div>
</div>
<div
class=
"featureHome-left"
>
<div
class=
"featureHome-vToolBar-one absolute z-index3"
v-if=
"canEdit===true"
>
...
...
@@ -441,12 +445,14 @@
padding
:
0
0
0
83px
;
}
.featureHome-text
.edit_div
{
height
:
66
PX
;
overflow
:
hidden
;
/* height: 66px
;
overflow: hidden;
*/
/* text-overflow: ellipsis; */
/* white-space: nowrap; */
}
.featureHome-text
>
.edit_div
:first-child
{
.featureHome-text-title
{
height
:
80px
;
overflow
:
hidden
;
font-size
:
66px
;
font-family
:
FZCuSong-B09S
;
font-weight
:
400
;
...
...
@@ -474,7 +480,9 @@
font-weight
:
bold
;
color
:
#CC0066
;
}
.featureHome-text
>
.edit_div
:nth-child
(
3
)
{
.featureHome-text-titleTwo
{
height
:
46px
;
overflow
:
hidden
;
font-size
:
34px
;
font-family
:
Microsoft
YaHei
;
font-weight
:
300
;
...
...
src/components/newTravelmanager/TravelGroupControl/UpgradedVersion/index.vue
View file @
ac0f95d9
...
...
@@ -5,9 +5,9 @@
<!-- logo -->
<Header></Header>
<!-- 首页 -->
<
!--
<featureHome></featureHome>
--
>
<
featureHome></featureHome
>
<!-- 其余页 -->
<div>
<div
style=
"display: none;"
>
<headerTitle></headerTitle>
<!-- 介绍、宿食景页 -->
<otherJourney></otherJourney>
...
...
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