We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8b6051 commit a38ed99Copy full SHA for a38ed99
resources/js/components/grid/Table.vue
@@ -146,6 +146,7 @@
146
:align="column.align"
147
:fixed="column.fixed"
148
:header-align="column.headerAlign"
149
+ :show-overflow-tooltip="column.showOverflowTooltip"
150
>
151
<template slot="header" slot-scope="scope">
152
<span>{{ scope.column.label }}</span>
@@ -540,4 +541,10 @@ export default {
540
541
}
542
543
544
+
545
+// showOverflowTooltip
546
+.el-tooltip__popper.is-null {
547
+ background: #303133;
548
+ color: #fff;
549
+}
550
</style>
0 commit comments