更多弹窗优化
parent
05f543ae40
commit
90c00a1e9c
|
|
@ -31,7 +31,8 @@ iframe,
|
|||
.cart-buy-nav,
|
||||
.bg-img,
|
||||
.pa-w,
|
||||
.plugins-realstore-cart-content {
|
||||
.plugins-realstore-cart-content,
|
||||
.tabs-content {
|
||||
max-width: 1600rpx !important;
|
||||
margin: 0 auto !important;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
</template>
|
||||
<script>
|
||||
const app = getApp();
|
||||
import componentGoodsList from '../goods-list/goods-list';
|
||||
import componentGoodsList from '@/components/goods-list/goods-list';
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<!-- 选项卡 -->
|
||||
<view class="tabs pr">
|
||||
<view :class="top_up == '1' ? 'tabs-top' : ''" :style="tabs_top_style">
|
||||
<view class="max-w tabs-content" :style="style_container">
|
||||
<view class="tabs-content wh-auto bs-bb" :style="style_container">
|
||||
<componentDiyModulesTabsView :propValue="tabs_data" propIsTabsIcon :propStyle="propStyle" @tabs-click="tabs_click_event"></componentDiyModulesTabsView>
|
||||
</view>
|
||||
</view>
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@
|
|||
|
||||
<script>
|
||||
const app = getApp();
|
||||
import componentPopup from '../popup/popup';
|
||||
import componentPopup from '@/components/popup/popup';
|
||||
export default {
|
||||
name: 'more',
|
||||
components: {
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@
|
|||
type: Number,
|
||||
default: 100,
|
||||
},
|
||||
// 需要携带后缀
|
||||
// 需要携带单位后缀
|
||||
propTop: {
|
||||
type: String,
|
||||
default: '',
|
||||
|
|
@ -113,7 +113,7 @@
|
|||
}
|
||||
// #endif
|
||||
this.setData({
|
||||
popup_content_style: 'left:' + left + ';' + (this.propTop ? 'top:' + this.propTop : '') + ';' + (this.propBottom ? 'bottom:' + this.propBottom : '') + ';padding-bottom:'+tabbar_height+'rpx;',
|
||||
popup_content_style: 'left:' + left + 'px;' + (this.propTop ? 'top:' + this.propTop : '') + ';' + (this.propBottom ? 'bottom:' + this.propBottom : '') + ';padding-bottom:'+tabbar_height+'rpx;',
|
||||
});
|
||||
},
|
||||
},
|
||||
|
|
|
|||
|
|
@ -35,8 +35,8 @@
|
|||
</template>
|
||||
<script>
|
||||
const app = getApp();
|
||||
import componentPopup from '../popup/popup';
|
||||
import componentNoData from '../no-data/no-data';
|
||||
import componentPopup from '@/components/popup/popup';
|
||||
import componentNoData from '@/components/no-data/no-data';
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
|
|
|
|||
Loading…
Reference in New Issue