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
e30b7463
Commit
e30b7463
authored
Nov 24, 2023
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
f1d44423
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
common.css
src/assets/styles/common.css
+3
-0
index.vue
src/views/Editor/Thumbnails/index.vue
+1
-1
Index.vue
src/views/Market/Index.vue
+2
-2
No files found.
src/assets/styles/common.css
View file @
e30b7463
...
...
@@ -314,4 +314,7 @@ page {
}
.text-light
{
font-weight
:
300
;
}
.text-nowrap
{
white-space
:
nowrap
;
}
\ No newline at end of file
src/views/Editor/Thumbnails/index.vue
View file @
e30b7463
...
...
@@ -130,7 +130,7 @@ queryObj.value = inject(injectKeyDataSource).queryObj
// 获取行程团数据
const
GetTripFiledData
=
async
(
status
)
=>
{
if
(
queryObj
.
value
.
TempId
&&!
status
&&
!
ConfigId
.
value
)
return
if
(
queryObj
.
value
.
TempId
&&!
status
&&
ConfigId
.
value
!=
0
)
return
const
slidesData
=
slides
.
value
try
{
let
queryMsg
=
{
...
...
src/views/Market/Index.vue
View file @
e30b7463
...
...
@@ -18,8 +18,8 @@
@
click=
"addTemplate()"
style=
"color: #ffff;"
></el-button>
</el-col>
</el-row>
<div
class=
"q-mt-lg bg-white rounded"
style=
"padding: 20px 20px 0 20px;"
>
<div
class=
"row text-small items-center"
>
<div
class=
"q-mt-lg bg-white rounded
text-nowrap
"
style=
"padding: 20px 20px 0 20px;"
>
<div
class=
"row text-small items-center"
style=
"flex-wrap: wrap;"
>
<span
style=
"margin-right: 50px;"
>
适用线路:
</span>
<el-check-tag
:checked=
"queryObj.LineId == 0"
@
change=
"onLineChangeHandler(0)"
class=
"text-small q-mr-md"
>
全部
</el-check-tag>
...
...
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