【缺陷修复】s-layout bgStyle 样式
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<!-- 收件地址列表 -->
|
||||
<template>
|
||||
<s-layout :bgStyle="{ backgroundColor: '#FFF' }" title="收货地址">
|
||||
<s-layout :bgStyle="{ color: '#FFF' }" title="收货地址">
|
||||
<view v-if="state.list.length">
|
||||
<s-address-item
|
||||
hasBorderBottom
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<!-- 商品浏览记录 -->
|
||||
<template>
|
||||
<s-layout :bgStyle="{ backgroundColor: '#f2f2f2' }" title="我的足迹">
|
||||
<s-layout :bgStyle="{ color: '#f2f2f2' }" title="我的足迹">
|
||||
<view class="cart-box ss-flex ss-flex-col ss-row-between">
|
||||
<!-- 头部 -->
|
||||
<view class="cart-header ss-flex ss-col-center ss-row-between ss-p-x-30">
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<s-layout :bgStyle="{ backgroundColor: '#FFF' }" title="选择自提门店">
|
||||
<s-layout :bgStyle="{ color: '#FFF' }" title="选择自提门店">
|
||||
<view class="storeBox" ref="container">
|
||||
<view
|
||||
class="storeBox-box"
|
||||
|
||||
Reference in New Issue
Block a user