添加品牌图片,优化后台品牌 编辑和前台商品详情页Ui
|
Before Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 788 KiB |
|
Before Width: | Height: | Size: 410 KiB |
|
After Width: | Height: | Size: 9.9 KiB |
|
After Width: | Height: | Size: 6.8 KiB |
|
After Width: | Height: | Size: 11 KiB |
|
After Width: | Height: | Size: 7.0 KiB |
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 15 KiB |
|
After Width: | Height: | Size: 5.8 KiB |
|
After Width: | Height: | Size: 9.3 KiB |
|
After Width: | Height: | Size: 13 KiB |
|
After Width: | Height: | Size: 5.4 KiB |
|
After Width: | Height: | Size: 16 KiB |
|
After Width: | Height: | Size: 8.2 KiB |
|
Before Width: | Height: | Size: 2.5 KiB |
|
Before Width: | Height: | Size: 3.3 KiB |
|
Before Width: | Height: | Size: 3.0 KiB |
|
|
@ -55,7 +55,7 @@
|
|||
</el-form-item>
|
||||
|
||||
<el-form-item label="首字母" prop="first">
|
||||
<el-input class="mb-0" v-model="dialog.form.first" placeholder="首字母"></el-input>
|
||||
<el-input class="mb-0" :maxlength="1" v-model="dialog.form.first" placeholder="首字母"></el-input>
|
||||
</el-form-item>
|
||||
|
||||
<el-form-item label="排序">
|
||||
|
|
|
|||
|
|
@ -116,10 +116,10 @@
|
|||
</div>
|
||||
|
||||
<div class="product-description">
|
||||
<div class="nav nav-tabs nav-overflow justify-content-start justify-content-md-center border-bottom">
|
||||
<a class="nav-link fw-bold active" data-bs-toggle="tab" href="#product-description">
|
||||
<div class="nav nav-tabs nav-overflow justify-content-start justify-content-md-center border-bottom mb-3">
|
||||
<h5 class="mb-0"><a class="nav-link fw-bold active" data-bs-toggle="tab" href="#product-description">
|
||||
{{ __('shop/products.product_details') }}
|
||||
</a>
|
||||
</a></h5>
|
||||
</div>
|
||||
<div class="tab-content">
|
||||
<div class="tab-pane fade show active" id="product-description" role="tabpanel" aria-labelledby="pills-home-tab">
|
||||
|
|
|
|||