Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pptist
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
viitto
pptist
Commits
b072b068
Commit
b072b068
authored
Feb 26, 2024
by
zhengke
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '1.2.0' of
http://gitlab.oytour.com/viitto/pptist
into 1.2.0
parents
d4ca7880
f0135ede
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
165 additions
and
22 deletions
+165
-22
common.css
src/assets/styles/common.css
+6
-0
Share.vue
src/views/SellTemplate/Share.vue
+149
-17
breadPeeling.vue
src/views/SellTemplate/components/breadPeeling.vue
+9
-5
journeyAds.vue
src/views/SellTemplate/components/journeyAds.vue
+1
-0
No files found.
src/assets/styles/common.css
View file @
b072b068
...
...
@@ -19,6 +19,9 @@ page {
src
:
url("https://im.oytour.com/tripfont/PingFangR.ttf")
format
(
"truetype"
);
font-display
:
swap
;
}
.pingfangr
{
font-family
:
"pingfangr"
!important
;
}
.block
{
display
:
block
;
}
...
...
@@ -126,6 +129,9 @@ page {
.text-primary
{
color
:
#0b40fe
;
}
.text-el-primary
{
color
:
#d14424
!important
;
}
.text-info
{
color
:
#b1b7cf
;
}
...
...
src/views/SellTemplate/Share.vue
View file @
b072b068
This diff is collapsed.
Click to expand it.
src/views/SellTemplate/components/breadPeeling.vue
View file @
b072b068
<
template
>
<span
class=
"pointer"
v-for=
"(item,index) in navigations"
@
click=
"goInquire(item.FileId,index)"
>
<span
class=
"text-info q-ml-sm"
>
/
</span>
{{
item
.
FileName
}}
<span
class=
"pointer"
v-if=
"navigations.length>3"
>
<span
class=
"text-info q-ml-sm"
>
/
</span>
...
</span>
<template
v-for=
"(item,index) in navigations"
>
<span
class=
"pointer"
v-if=
"navigations.length
<4
||
index
>
=(navigations.length-3) " @click="goInquire(item.FileId,index)">
<span
class=
"text-info q-ml-sm"
>
/
</span>
{{
item
.
FileName
}}
</span>
</
template
>
</template>
<
script
setup
lang=
"ts"
>
import
{
ApiResult
}
from
'@/configs/axios'
;
...
...
@@ -11,7 +16,6 @@ import OrgService from '@/services/OrgService';
import
{
ref
,
reactive
,
watch
}
from
'vue'
;
import
{
View
,
Download
,
EditPen
,
Delete
}
from
'@element-plus/icons-vue'
;
import
FolderService
from
"@/services/FolderService"
;
const
props
=
defineProps
({
navigations
:{
type
:
Array
,
...
...
src/views/SellTemplate/components/journeyAds.vue
View file @
b072b068
...
...
@@ -321,6 +321,7 @@ const operaFolder = (id: number, name: string) => {
folderObj
.
value
.
id
=
id
;
folderObj
.
value
.
name
=
name
;
folderObj
.
value
.
type
=
queryObj
.
FileType
;
folderObj
.
value
.
parentId
=
queryObj
.
FileId
};
const
checkPositionHandler
=
(
n
:
any
)
=>
{
if
(
n
){
...
...
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