Browse Source

Merge remote-tracking branch 'origin/master'

master
zhangf@suq.cn 2 weeks ago
parent
commit
64b477b180
  1. 4
      public/themes/dist_static/static/css/common.css
  2. 1
      public/themes/website/1/zh/demo/components/header.html

4
public/themes/dist_static/static/css/common.css

@ -1233,8 +1233,8 @@ body {
position: relative; position: relative;
z-index: 1; z-index: 1;
display: block; display: block;
width: 7rem;
height: 7rem;
width: 6.25rem;
height: 6.25rem;
object-fit: contain; object-fit: contain;
} }
.site-header__wechat-pop > span { .site-header__wechat-pop > span {

1
public/themes/website/1/zh/demo/components/header.html

@ -60,7 +60,6 @@
</span> </span>
<span class="site-header__wechat-pop" role="tooltip"> <span class="site-header__wechat-pop" role="tooltip">
<img src="{hcTaglib:setting name='wechat_code' type='2' /}" alt="官方微信" width="120" height="120" /> <img src="{hcTaglib:setting name='wechat_code' type='2' /}" alt="官方微信" width="120" height="120" />
<span>官方微信</span>
</span> </span>
</span> </span>
<a class="site-header__social" href="https://v.douyin.com/y7mvLjAkdJ4/" aria-label="抖音" target="_blank"> <a class="site-header__social" href="https://v.douyin.com/y7mvLjAkdJ4/" aria-label="抖音" target="_blank">

Loading…
Cancel
Save