|
@@ -31,6 +31,7 @@
|
|
|
|
|
|
<div class="type-tabbar">
|
|
|
<button
|
|
|
+ v-if="hasModels"
|
|
|
:class="{active: activeType === 0}"
|
|
|
@click="activeType = 0"
|
|
|
>
|
|
@@ -41,6 +42,7 @@
|
|
|
>
|
|
|
</button>
|
|
|
<button
|
|
|
+ v-if="hasImages"
|
|
|
:class="{active: activeType === 1}"
|
|
|
@click="activeType = 1"
|
|
|
>
|
|
@@ -488,7 +490,7 @@ export default {
|
|
|
|
|
|
> .title-wrapper {
|
|
|
position: absolute;
|
|
|
- top: 40px;
|
|
|
+ top: 47px;
|
|
|
left: 50%;
|
|
|
transform: translateX(-50%);
|
|
|
width: 90%;
|
|
@@ -517,7 +519,7 @@ export default {
|
|
|
}
|
|
|
> .type-tabbar {
|
|
|
position: absolute;
|
|
|
- top: 90px;
|
|
|
+ top: 123px;
|
|
|
left: 50%;
|
|
|
transform: translateX(-50%);
|
|
|
display: flex;
|