Browse Source

[Fix][UI][V1.0.0-Beta] Fix tooltip not display bug in task instance (#9630)

3.0.0/version-upgrade
Devosend 2 years ago committed by GitHub
parent
commit
86b1870856
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      dolphinscheduler-ui-next/src/views/projects/task/instance/use-table.ts

1
dolphinscheduler-ui-next/src/views/projects/task/instance/use-table.ts

@ -172,6 +172,7 @@ export function useTable() {
h(
NButton,
{
tag: 'div',
circle: true,
type: 'info',
size: 'small',

Loading…
Cancel
Save