【缺陷修复】s-layout bgStyle 样式

This commit is contained in:
puhui999
2024-12-19 16:23:35 +08:00
parent 34be99fccb
commit 52cfca1ca1
14 changed files with 16 additions and 17 deletions
+1 -1
View File
@@ -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 -1
View File
@@ -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 -1
View File
@@ -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"