完善页面细节

This commit is contained in:
2026-02-25 11:39:54 +08:00
parent 92d6e8144d
commit 8ec05b331b
131 changed files with 5273 additions and 585 deletions

View File

@@ -1,9 +1,10 @@
<template>
<view class="admin-maintain-config">
<view class="page-header border-shadow">
<text class="page-title">开发配置 - 配置分类</text>
<view class="btn-primary"><text class="btn-txt">+ 添加配置</text></view>
</view>
<AdminLayout currentPage="maintain-dev-config">
<view class="admin-maintain-config">
<view class="page-header border-shadow">
<text class="page-title">开发配置 - 配置分类</text>
<view class="btn-primary"><text class="btn-txt">+ 添加配置</text></view>
</view>
<view class="table-container border-shadow">
<view class="table-header">
@@ -28,11 +29,15 @@
</view>
</view>
</view>
</view>
</AdminLayout>
</template>
<script setup lang="uts">
import AdminLayout from '@/layouts/admin/AdminLayout.uvue'
</script>
<style scoped lang="scss">
.admin-maintain-config { padding: 20px; }
.admin-maintain-config { padding: 0; }
.border-shadow { background-color: #fff; border-radius: 4px; box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.05); }
.page-header { padding: 20px 24px; margin-bottom: 20px; display: flex; flex-direction: row; justify-content: space-between; align-items: center; }
.page-title { font-size: 16px; font-weight: 600; color: #303133; }