fix cssname

This commit is contained in:
Lruler 2021-08-12 14:20:00 +08:00
parent e87d43d7d6
commit d4eb158002
3 changed files with 3 additions and 3 deletions

View File

@ -794,7 +794,7 @@ footer {
}
}
.feedback-div {
.feedback-section {
margin-top: 40px;
.title {

View File

@ -133,4 +133,4 @@
- id: 'No'
translation: 'No'
- id: Msg-Thank
translation: Thanks for the feedback. If you have a specific question about how to use KubeSphere, ask it on Slack. Open an issue in the GitHub repo if you want to report a problem or suggest an improvement.
translation: Thanks for the feedback. If you have a specific question about how to use KubeSphere, ask it on Slack. Open an issue in the GitHub repo if you want to report a problem or suggest an improvement.

View File

@ -122,7 +122,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<div class="md-body">
<h1>{{ .Title }}</h1>
{{ .Content }}
<section class="feedback-div">
<section class="feedback-section">
<p class="title">{{ i18n "feedback"}}</p>
<p>{{i18n "Was this page Helpful?"}}</p>
<button class="Yes">{{ i18n "Yes" }}</button>