mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
fix header in doc page
Signed-off-by: liuboaibc <kukudehero@gmail.com>
This commit is contained in:
parent
1aaaa583ab
commit
431da4e0fa
|
|
@ -12,7 +12,7 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
|||
<!-- End Google Tag Manager (noscript) -->
|
||||
{{ end }}
|
||||
{{- partial "header.html" . -}}
|
||||
<main class='main-section'>
|
||||
<main class='main-section padding'>
|
||||
<section class='section-1 bg-cover'>
|
||||
<div class="common-layout">
|
||||
{{ partial "breadcrumb.html" . }}
|
||||
|
|
@ -310,5 +310,4 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
|
|||
</div>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
@ -146,14 +146,14 @@
|
|||
});
|
||||
}
|
||||
|
||||
var bindRemovePadding = function() {
|
||||
var bindAddPadding = function() {
|
||||
var close = $('#close-join')
|
||||
if (close.length > 0) {
|
||||
$('.main-section').addClass('padding')
|
||||
}
|
||||
}
|
||||
|
||||
bindRemovePadding()
|
||||
bindAddPadding()
|
||||
// bindLayLoad()
|
||||
bindSubmit()
|
||||
bindHideMessage()
|
||||
|
|
|
|||
Loading…
Reference in New Issue