完善页面布局

This commit is contained in:
2026-01-28 17:54:30 +08:00
parent 8c5024a943
commit 9f3c2803e3
25 changed files with 4333 additions and 2064 deletions

View File

@@ -1,26 +1,6 @@
<template>
<AdminLayout current-page="system">
<view class="system-settings">
<!-- 页面标题 -->
<view class="page-header">
<text class="page-title">系统设置</text>
<text class="page-subtitle">管理系统基础配置和参数</text>
</view>
<!-- Tab 切换栏 -->
<view class="tab-bar">
<view
v-for="tab in tabs"
:key="tab.key"
class="tab-item"
:class="{ 'active': activeTab === tab.key }"
@click="switchTab(tab.key)"
>
<text class="iconfont tab-icon">{{ tab.icon }}</text>
<text class="tab-title">{{ tab.title }}</text>
</view>
</view>
<!-- 设置分类导航 -->
<view class="settings-nav">
<view