|
|
@@ -47,7 +47,7 @@
|
|
|
</div>
|
|
|
@if(Auth::user()->subscribe->status)
|
|
|
@if($nodeList->isEmpty())
|
|
|
- <h2>请先<a href="{{url('services')}}">购买服务</a></h2>
|
|
|
+ <div style="text-align: center;"><h2>请先<a href="{{url('services')}}">购买服务</a></h2></div>
|
|
|
@else
|
|
|
<div class="portlet-body">
|
|
|
<div class="mt-clipboard-container">
|
|
|
@@ -158,7 +158,7 @@
|
|
|
</div>
|
|
|
@endif
|
|
|
@else
|
|
|
- <h3>{{trans('home.subscribe_baned')}}</h3>
|
|
|
+ <div style="text-align: center;"><h3>{{trans('home.subscribe_baned')}}</h3></div>
|
|
|
@endif
|
|
|
</div>
|
|
|
</div>
|