【缺陷修复】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 @@
<!-- FAQ 常见问题 -->
<template>
<s-layout :bgStyle="{ backgroundColor: '#FFF' }" class="set-wrap" title="常见问题">
<s-layout :bgStyle="{ color: '#FFF' }" class="set-wrap" title="常见问题">
<uni-collapse>
<uni-collapse-item v-for="(item, index) in state.list" :key="item">
<template v-slot:title>
+1 -1
View File
@@ -1,6 +1,6 @@
<!-- 文章展示 -->
<template>
<s-layout :bgStyle="{ backgroundColor: '#FFF' }" :title="state.title" class="set-wrap">
<s-layout :bgStyle="{ color: '#FFF' }" :title="state.title" class="set-wrap">
<view class="ss-p-30">
<mp-html class="richtext" :content="state.content" />
</view>
+1 -1
View File
@@ -1,5 +1,5 @@
<template>
<s-layout :bgStyle="{ backgroundColor: '#fff' }" class="set-wrap" title="系统设置">
<s-layout :bgStyle="{ color: '#fff' }" class="set-wrap" title="系统设置">
<view class="header-box ss-flex-col ss-row-center ss-col-center">
<image
class="logo-img ss-m-b-46"