You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by li...@apache.org on 2022/04/20 09:44:25 UTC

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

This is an automated email from the ASF dual-hosted git repository.

liudongkai pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 86b1870856 [Fix][UI][V1.0.0-Beta] Fix tooltip not display bug in task instance (#9630)
86b1870856 is described below

commit 86b18708568df92e01a69c177fff3beedacbab1b
Author: Devosend <de...@gmail.com>
AuthorDate: Wed Apr 20 17:44:19 2022 +0800

    [Fix][UI][V1.0.0-Beta] Fix tooltip not display bug in task instance (#9630)
---
 dolphinscheduler-ui-next/src/views/projects/task/instance/use-table.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dolphinscheduler-ui-next/src/views/projects/task/instance/use-table.ts b/dolphinscheduler-ui-next/src/views/projects/task/instance/use-table.ts
index 4a93978435..097763fbe3 100644
--- a/dolphinscheduler-ui-next/src/views/projects/task/instance/use-table.ts
+++ b/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',