统一各页面布局宽度,移除所有返回大厅按钮
- 留言板、排行榜页面全部移除 nav-left 中的返回大厅链接 - 留言板主体容器改为 max-w-7xl mx-auto,与大厅和排行榜统一
This commit is contained in:
@@ -11,15 +11,7 @@
|
||||
@section('nav-icon', '🏆')
|
||||
@section('nav-title', '风云排行榜')
|
||||
|
||||
@section('nav-left')
|
||||
<a href="{{ route('rooms.index') }}" class="text-indigo-200 hover:text-white transition flex items-center group">
|
||||
<svg class="w-5 h-5 mr-1 transform group-hover:-translate-x-1 transition" fill="none" stroke="currentColor"
|
||||
viewBox="0 0 24 24">
|
||||
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M10 19l-7-7m0 0l7-7m-7 7h18"></path>
|
||||
</svg>
|
||||
返回大厅
|
||||
</a>
|
||||
@endsection
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user