Skip to content

Commit f43869d

Browse files
committed
style(chat-room): 更新按钮样式类名
- 将批量撤回按钮的样式类从 "red" 更改为 "button" - 统一按钮样式类名为 "button" 以保持一致性
1 parent 1b6766c commit f43869d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/skins/classic/chat-room.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
批量撤回
101101
</button>
102102
</#if>
103-
<button class="red" onclick="switchTheme()">切换样式:简约</button>
103+
<button class="button" onclick="switchTheme()">切换样式:简约</button>
104104
<button class="button" onclick="ChatRoom.toggleSmoothMode()">流畅模式: <span id="smoothMode">关闭</span></button>
105105
<button class="button" onclick="ChatRoom.showSiGuoYar()">思过崖</button>
106106
<button class="button" onclick="ChatRoom.flashScreen()">清屏</button>

0 commit comments

Comments
 (0)