【缺陷修复】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';