v1.1.2 修改 0605
This commit is contained in:
parent
42f66f859a
commit
9694525fc7
|
|
@ -22,7 +22,7 @@
|
|||
<link rel="shortcut icon" href="{{ image_origin(system_setting('base.favicon')) }}">
|
||||
<link href="{{ mix('build/beike/admin/css/app.css') }}" rel="stylesheet">
|
||||
<script src="{{ mix('build/beike/admin/js/app.js') }}"></script>
|
||||
<title>BeikeShop - @yield('title')</title>
|
||||
<title>万有引力 - @yield('title')</title>
|
||||
@stack('header')
|
||||
{{-- <x-analytics /> --}}
|
||||
</head>
|
||||
|
|
@ -43,7 +43,8 @@
|
|||
@yield('content')
|
||||
|
||||
<p class="text-center text-secondary mt-5">
|
||||
<a href="https://beikeshop.com/" class="ms-2" target="_blank">BeikeShop</a>
|
||||
{{-- <a href="https://beikeshop.com/" class="ms-2" target="_blank">BeikeShop</a>--}}
|
||||
<a href="#" class="ms-2">万有引力</a>
|
||||
v{{ config('beike.version') }}({{ config('beike.build') }})
|
||||
© {{ date('Y') }} All Rights Reserved</p>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -70,12 +70,14 @@
|
|||
padding: 10px;">
|
||||
<div class="item" v-for="(item,index) in numPrices" style="flex: 1">
|
||||
<div class="num" v-if="index < numPrices.length - 1" style="
|
||||
white-space: nowrap;
|
||||
color: #777777;
|
||||
font-size: 18px;
|
||||
margin-bottom: 5px;
|
||||
">@{{ item.num }} - @{{ numPrices[index + 1].num - 1 }} sets</div>
|
||||
|
||||
<div class="num" v-else-if="item.num" style="
|
||||
white-space: nowrap;
|
||||
color: #777777;
|
||||
font-size: 18px;
|
||||
margin-bottom: 5px;
|
||||
|
|
|
|||
Loading…
Reference in New Issue