update at 2026-02-14 15:41:35

This commit is contained in:
douboer
2026-02-14 15:41:35 +08:00
parent 9406b9a8b1
commit c136da7dc3
6 changed files with 10 additions and 6 deletions

View File

@@ -113,9 +113,8 @@
</div>
<div ref="weixinTriggerRef" class="tool-item weixin-trigger">
<span class="tool-label">小程序</span>
<button
class="icon-btn"
class="icon-btn weixin-btn"
type="button"
title="微信小程序"
aria-label="微信小程序"

View File

@@ -323,6 +323,11 @@ body {
border-radius: 8px;
}
.weixin-btn img {
height: 36px;
width: auto;
}
.content {
display: grid;
grid-template-columns: 360px 1fr;