master
parent
cc8a1d6ce9
commit
32f970f06d
|
|
@ -32,7 +32,8 @@ iframe,
|
|||
.bg-img,
|
||||
.pa-w,
|
||||
.plugins-realstore-cart-content,
|
||||
.tabs-content {
|
||||
.tabs-content,
|
||||
.header-around {
|
||||
max-width: 1600rpx !important;
|
||||
margin: 0 auto !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<view v-if="(propValue || null) !== null" class="header-container">
|
||||
<view class="wh-auto header-z-3" :style="roll_style + position">
|
||||
<view class="header-around wh-auto header-z-3" :style="roll_style + position">
|
||||
<view :style="top_content_style">
|
||||
<view class="header-content flex-row align-s">
|
||||
<view class="model-top flex-1 mt-1">
|
||||
|
|
|
|||
Loading…
Reference in New Issue