Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
saas-manage
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
0
Merge Requests
0
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
chehuidong
saas-manage
Commits
a906933f
Commit
a906933f
authored
Jun 23, 2026
by
wuqian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【SaaS】【消息内容】:鼠标悬浮在列表,没有显示完整的消息内容#ID1001717
parent
e8219d09
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
2 deletions
+23
-2
src/views/operation/exceptionMessage.vue
+23
-2
No files found.
src/views/operation/exceptionMessage.vue
View file @
a906933f
...
...
@@ -148,8 +148,22 @@ export default {
key
:
'statusStr'
},
{
label
:
'异常信息'
,
key
:
'errorMsg'
label
:
'异常信息2'
,
key
:
'errorMsg'
,
minWidth
:
200
,
render
:
(
row
)
=>
(
<
el
-
tooltip
placement
=
"top"
effect
=
"dark"
open
-
delay
=
{
300
}
>
<
div
slot
=
"content"
style
=
"max-width: 500px; word-break: break-all; white-space: normal;"
>
{
row
.
errorMsg
||
'-'
}
<
/div>
<
div
class
=
"cell-ellipsis"
>
{
row
.
errorMsg
||
'-'
}
<
/div>
<
/el-tooltip>
)
},
{
label
:
'创建时间'
,
...
...
@@ -348,6 +362,13 @@ export default {
background-color
:
#f8f8f9
;
}
.cell-ellipsis
{
overflow
:
hidden
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
width
:
100%
;
}
.el-input-group__append
{
padding-left
:
0
;
}
...
...
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