xiaya125 Keldos commited on
Commit
58bb2f9
·
unverified ·
1 Parent(s): f42509c

fix: 修复header中的html标签笔误 (#972)

Browse files

* Update header_title.html

typo

* 修复因修复typo导致的格式错误

太奇怪了,我怎么会犯这种错误

---------

Co-authored-by: Keldos <[email protected]>

Files changed (1) hide show
  1. web_assets/html/header_title.html +6 -15
web_assets/html/header_title.html CHANGED
@@ -1,20 +1,11 @@
1
  <div style="display:inline-flex;">
2
- <buttom id="chuanhu-menu-btn" onclick='menuClick()'
3
- class="chuanhu-ui-btn hover-round-btn" style="visibility: visible; width:42px; height:42px; margin-right:5px;">
4
  <svg viewBox="0 0 24 24" fill="currentColor">
5
  <path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"></path>
6
  </svg>
7
- </div>
8
- <!-- <buttom class="gb_Ec gb_Ic gb_p" aria-label="Go back" title="Go back" role="button" tabindex="0">
9
- <svg focusable="false" viewBox="0 0 24 24"><path d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"></path>
10
- </svg>
11
- </buttom>
12
- <div class="gb_Ec gb_Jc gb_p" aria-label="Close" role="button" tabindex="0"><svg viewBox="0 0 24 24">
13
- <path
14
- d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z">
15
- </path>
16
- </svg></div> -->
17
- <div style="margin-left: 6px;">
18
- <div>{app_title}</div>
19
- </div>
20
  </div>
 
1
  <div style="display:inline-flex;">
2
+ <button id="chuanhu-menu-btn" onclick='menuClick()' class="chuanhu-ui-btn hover-round-btn"
3
+ style="visibility: visible; width:42px; height:42px; margin-right:5px;">
4
  <svg viewBox="0 0 24 24" fill="currentColor">
5
  <path d="M3 18h18v-2H3v2zm0-5h18v-2H3v2zm0-7v2h18V6H3z"></path>
6
  </svg>
7
+ </button>
8
+ </div>
9
+ <div style="margin-left: 6px;">
10
+ <div>{app_title}</div>
 
 
 
 
 
 
 
 
 
11
  </div>