Skip to content

Commit a38ed99

Browse files
committed
加上表格超出隐藏
1 parent f8b6051 commit a38ed99

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

resources/js/components/grid/Table.vue

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@
146146
:align="column.align"
147147
:fixed="column.fixed"
148148
:header-align="column.headerAlign"
149+
:show-overflow-tooltip="column.showOverflowTooltip"
149150
>
150151
<template slot="header" slot-scope="scope">
151152
<span>{{ scope.column.label }}</span>
@@ -540,4 +541,10 @@ export default {
540541
}
541542
}
542543
}
544+
545+
// showOverflowTooltip
546+
.el-tooltip__popper.is-null {
547+
background: #303133;
548+
color: #fff;
549+
}
543550
</style>

0 commit comments

Comments
 (0)