style:调整管理/报表列表样式

master
黄伟杰 2 weeks ago
parent 38e6800e78
commit fddd0fad61

@ -34,9 +34,9 @@
<view v-for="(module, moduleIndex) in filteredModules" :key="module.id || `${pagePath}-${moduleIndex}`" class="module-section">
<view class="module-header">
<view class="module-icon" :style="{ background: getModuleColor(moduleIndex) }">
<!-- <view class="module-icon" :style="{ background: getModuleColor(moduleIndex) }">
<text class="icon-text">{{ getMenuSymbol(module.name, moduleIndex) }}</text>
</view>
</view> -->
<text class="module-title">{{ module.name }}</text>
</view>

@ -7,6 +7,7 @@
title="报表中心"
subtitle="数据驱动决策 · 智能分析"
:safe-bottom="true"
:showHeader="false"
/>
<TabBar />
</view>

@ -1,7 +1,7 @@
<template>
<view class="page-container">
<NavBar :title="pageTitle" />
<PermissionMenuPage class="flex-fill" page-path="pages/work" title="管理中心" subtitle="系统配置与管理" :searchable="true"
<PermissionMenuPage class="flex-fill" page-path="pages/work" title="管理中心" subtitle="系统配置与管理" :showHeader="false" :searchable="false"
:show-go-top="true" :safe-bottom="true" />
<TabBar />
</view>

Loading…
Cancel
Save