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

This commit is contained in:
puhui999
2024-12-09 15:05:44 +08:00
parent 8ac9f2714f
commit a863300ae3
14 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
<!-- 收件地址列表 -->
<template>
<s-layout title="收货地址" :bgStyle="{ color: '#FFF' }">
<s-layout :bgStyle="{ backgroundColor: '#FFF' }" title="收货地址">
<view v-if="state.list.length">
<s-address-item
hasBorderBottom
@@ -40,7 +40,7 @@
<script setup>
import { onBeforeMount, reactive } from 'vue';
import { onShow, onLoad } from '@dcloudio/uni-app';
import { onLoad, onShow } from '@dcloudio/uni-app';
import sheep from '@/sheep';
import { isEmpty } from 'lodash-es';
import AreaApi from '@/sheep/api/system/area';
+1 -1
View File
@@ -1,6 +1,6 @@
<!-- 商品浏览记录 -->
<template>
<s-layout title="我的足迹" :bgStyle="{ color: '#f2f2f2' }">
<s-layout :bgStyle="{ backgroundColor: '#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 title="选择自提门店" :bgStyle="{ color: '#FFF' }">
<s-layout :bgStyle="{ backgroundColor: '#FFF' }" title="选择自提门店">
<view class="storeBox" ref="container">
<view
class="storeBox-box"