完善页面细节2

This commit is contained in:
2026-02-25 15:16:18 +08:00
parent bd2036630a
commit 1924272182
20 changed files with 39 additions and 81 deletions

View File

@@ -1,6 +1,5 @@
<template>
<AdminLayout current-page="maintain_dev_module">
<view class="admin-page">
<view class="admin-page">
<view class="admin-sections">
<view class="admin-card content-card">
<view class="form-container">
@@ -31,11 +30,9 @@
</view>
</view>
</view>
</AdminLayout>
</template>
<script setup lang="uts">
import AdminLayout from '@/layouts/admin/AdminLayout.uvue'
function onSubmit() {
uni.showToast({ title: '已提交', icon: 'none' })
}