放开特权用户平级管理操作:允许同等级(如100级对100级)互相执行管理操作
This commit is contained in:
@@ -954,7 +954,7 @@
|
||||
<div x-show="showAdminPanel" x-transition style="display: none; margin-top: 6px;">
|
||||
|
||||
@if ($myLevel >= $levelWarn || $room->master == Auth::user()->username)
|
||||
<div x-show="userInfo.user_level < {{ $myLevel }}">
|
||||
<div x-show="userInfo.user_level <= {{ $myLevel }}">
|
||||
<div style="font-size: 10px; color: #9ca3af; margin-bottom: 4px; padding-left: 2px;">
|
||||
管理员操作</div>
|
||||
<div style="display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 8px;">
|
||||
|
||||
Reference in New Issue
Block a user