refactor: remove underline in h2 warning alert (#6849)

#### What type of PR is this?

/area ui
/kind improvement
/milestone 2.20.x

#### What this PR does / why we need it:

before:

<img width="804" alt="image" src="https://github.com/user-attachments/assets/3d55d7d2-1dfa-4988-afbd-dd502e54fdb2">

after:

<img width="806" alt="image" src="https://github.com/user-attachments/assets/6194d995-b6f1-404a-820d-b667ccfab9f1">

#### Does this PR introduce a user-facing change?

```release-note
None
```
pull/6848/head
Ryan Wang 2024-10-13 22:49:14 +08:00 committed by GitHub
parent 7c6a8e9ce7
commit 149cb5d136
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -26,8 +26,5 @@ const { data: info } = useQuery<Info>({
<template #description>
{{ $t("core.components.h2_warning_alert.description") }}
</template>
<template #actions>
<slot name="actions" />
</template>
</VAlert>
</template>