优化按钮
This commit is contained in:
@@ -108,7 +108,7 @@ $welcomeMessages = [
|
||||
<input type="file" id="chat_image" name="image" accept="image/jpeg,image/png,image/gif,image/webp" style="display:none;"
|
||||
onchange="handleChatImageSelected(this)">
|
||||
<button type="button" onclick="document.getElementById('chat_image')?.click()"
|
||||
style="font-size: 11px; padding: 3px 8px; background: #0f766e; color: #fff; border: none; border-radius: 3px; cursor: pointer;">
|
||||
style="font-size: 11px; padding: 1px 6px; background: #0f766e; color: #fff; border: none; border-radius: 2px; cursor: pointer;">
|
||||
📷 图片
|
||||
</button>
|
||||
|
||||
@@ -127,7 +127,7 @@ $welcomeMessages = [
|
||||
@if (
|
||||
$user->user_level >= (int) \App\Models\Sysparam::getValue('level_announcement', '10') ||
|
||||
$room->master == $user->username
|
||||
)
|
||||
)
|
||||
<div style="font-size:10px;color:#9a3412;padding:0 2px 6px;">房间管理</div>
|
||||
<div style="display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;">
|
||||
<button type="button" onclick="runAdminAction('announcement')"
|
||||
|
||||
Reference in New Issue
Block a user