fix: text style in extension point definition page (#6179)

#### What type of PR is this?

/area ui
/kind bug
/milestone 2.17.0

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

修复插件扩展点设置页面标题的颜色问题。

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

```release-note
None
```
pull/6185/head
Ryan Wang 2024-06-27 17:48:55 +08:00 committed by GitHub
parent 4d22bc3bbb
commit fc57978aa2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -57,7 +57,7 @@ watch(
<div <div
class="sticky top-0 z-10 flex h-12 items-center border-b bg-white px-4" class="sticky top-0 z-10 flex h-12 items-center border-b bg-white px-4"
> >
<h2 class="font-semibold text-green-900">扩展点定义</h2> <h2 class="font-semibold text-gray-900">扩展点定义</h2>
</div> </div>
<ul <ul
class="box-border h-full w-full divide-y divide-gray-100 overflow-auto" class="box-border h-full w-full divide-y divide-gray-100 overflow-auto"
@ -98,7 +98,7 @@ watch(
<div <div
class="sticky top-0 z-10 flex h-12 items-center space-x-3 border-b bg-white px-4" class="sticky top-0 z-10 flex h-12 items-center space-x-3 border-b bg-white px-4"
> >
<h2 class="font-semibold text-green-900"> <h2 class="font-semibold text-gray-900">
{{ selectedExtensionPointDefinition?.spec.displayName }} {{ selectedExtensionPointDefinition?.spec.displayName }}
</h2> </h2>
<small class="line-clamp-1 text-gray-600"> <small class="line-clamp-1 text-gray-600">