Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
factory_front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
qinjianhui
factory_front
Commits
662325ec
Commit
662325ec
authored
Sep 25, 2025
by
linjinhong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
30d5c3f7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
49 additions
and
4 deletions
+49
-4
src/views/order/podCN/index.vue
+25
-2
src/views/order/podUs/index.vue
+24
-2
No files found.
src/views/order/podCN/index.vue
View file @
662325ec
...
...
@@ -1659,11 +1659,17 @@
v
-
for
=
"(item, index) in cardItem.customTagList.slice(3)"
:
key
=
"index"
>
<
el
-
tag
type
=
"primary"
>
{{
item
.
name
||
''
}}
<
/el-tag
>
<
el
-
tag
type
=
"primary"
:
title
=
"item.name || ''"
style
=
"margin-bottom: 2px"
>
{{
item
.
name
||
''
}}
<
/el-ta
g
>
<
/div
>
<
/template
>
<
div
class
=
"flex"
ref
=
"tagRefs"
style
=
"gap: 5px; overflow: hidden"
v
-
if
=
"cardItem.customTagList?.length"
>
...
...
@@ -1675,7 +1681,24 @@
3,
)"
:
key
=
"index"
>
{{
item
.
name
||
''
}}
<
/el-ta
g
><
span
style
=
"
width: 50px;
text-align: center;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: inline-block;
"
:
title
=
"item.name || ''"
>
{{
item
.
name
||
''
}}
<
/spa
n
><
/el-ta
g
>
<
el
-
tag
size
=
"small"
type
=
"primary"
v
-
if
=
"cardItem.customTagList?.slice(3)?.length"
>+
{{
cardItem
.
customTagList
.
slice
(
3
).
length
}}
<
/el-ta
g
>
<
/div
>
<
/el-tooltip
>
...
...
src/views/order/podUs/index.vue
View file @
662325ec
...
...
@@ -1877,7 +1877,12 @@
v
-
for
=
"(item, index) in cardItem.customTagList.slice(3)"
:
key
=
"index"
>
<
el
-
tag
type
=
"primary"
>
{{
item
.
name
||
''
}}
<
/el-tag
>
<
el
-
tag
type
=
"primary"
:
title
=
"item.name || ''"
style
=
"margin-bottom: 2px"
>
{{
item
.
name
||
''
}}
<
/el-ta
g
>
<
/div
>
<
/template
>
<
div
...
...
@@ -1894,7 +1899,24 @@
3,
)"
:
key
=
"index"
>
{{
item
.
name
||
''
}}
<
/el-ta
g
><
span
style
=
"
width: 50px;
text-align: center;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
display: inline-block;
"
:
title
=
"item.name || ''"
>
{{
item
.
name
||
''
}}
<
/spa
n
><
/el-ta
g
>
<
el
-
tag
size
=
"small"
type
=
"primary"
v
-
if
=
"cardItem.customTagList?.slice(3)?.length"
>+
{{
cardItem
.
customTagList
.
slice
(
3
).
length
}}
<
/el-ta
g
>
<
/div
>
<
/el-tooltip
>
...
...
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