【缺陷修复】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,5 +1,5 @@
<template>
<s-layout :bgStyle="{ backgroundColor: '#fff' }" tabbar="/pages/index/cart" title="购物车">
<s-layout :bgStyle="{ color: '#fff' }" tabbar="/pages/index/cart" title="购物车">
<s-empty
v-if="state.list.length === 0"
icon="/static/cart-empty.png"
+1 -1
View File
@@ -1,6 +1,6 @@
<!-- 商品分类列表 -->
<template>
<s-layout :bgStyle="{ backgroundColor: '#fff' }" tabbar="/pages/index/category" title="分类">
<s-layout :bgStyle="{ color: '#fff' }" tabbar="/pages/index/category" title="分类">
<view class="s-category">
<view class="three-level-wrap ss-flex ss-col-top" :style="[{ height: pageHeight + 'px' }]">
<!-- 商品分类 -->
+1 -1
View File
@@ -1,6 +1,6 @@
<!-- 搜索界面 -->
<template>
<s-layout :bgStyle="{ backgroundColor: '#FFF' }" class="set-wrap" title="搜索">
<s-layout :bgStyle="{ color: '#FFF' }" class="set-wrap" title="搜索">
<view class="ss-p-x-24">
<view class="ss-flex ss-col-center">
<uni-search-bar