rules.blade.php 357 B

12345678910111213141516
  1. @extends('vip.layouts')
  2. @section('content')
  3. <style>
  4. .layui-laydate-range {
  5. width: auto;
  6. }
  7. </style>
  8. <!---提现规则管理-->
  9. @push('dataTableJS')
  10. @endpush
  11. @include('vip.datatable')
  12. <link rel="stylesheet" href="{{ asset('/css/untablelist.css') }}"/>
  13. </div>
  14. </div>
  15. @endsection