Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
B
beiligong-web-base
Project
Project
Details
Activity
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
范骋宇
beiligong-web-base
Commits
4579a01a
Commit
4579a01a
authored
Jun 17, 2026
by
范骋宇
🇺🇸
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数据查询页面:类型超长设置省略号
parent
1005fa60
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
3 deletions
+8
-3
index.vue
...rc/privateComponents/components/IntegratedQuery/index.vue
+8
-3
No files found.
applications/dee-doc/src/privateComponents/components/IntegratedQuery/index.vue
View file @
4579a01a
...
...
@@ -15,8 +15,8 @@
:class=
"
{'active': activeObj
&&
activeObj.showText === item.showText}"
@click="setActiveFun(item)"
>
<
span>
{{
$t
(
item
.
showText
)
}}
</span
>
<
span>
{{
item
.
masterIdCount
}}
</span
>
<
div
class=
"d-s-g-item-text"
:title=
"$t(item.showText)"
>
{{
$t
(
item
.
showText
)
}}
</div
>
<
div>
{{
item
.
masterIdCount
}}
</div
>
</div>
</div>
</div>
...
...
@@ -171,9 +171,14 @@ export default {
display
:
flex
;
font-size
:
14px
;
height
:
40px
;
line-height
:
40px
;
//
line-height: 40px;
justify-content
:
space-between
;
cursor
:
pointer
;
.d-s-g-item-text
{
overflow
:
hidden
;
/* 隐藏溢出的内容 */
white-space
:
nowrap
;
/* 保持文本在一行内 */
text-overflow
:
ellipsis
;
/* 显示省略号 */
}
}
}
</
style
>
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