feat:增加 .page-container 全局样式,并替换相关的 vue 界面

This commit is contained in:
YunaiV
2025-12-15 11:34:04 +08:00
parent ce3cc228e5
commit 7235595361
38 changed files with 45 additions and 39 deletions

View File

@@ -1,5 +1,5 @@
<template>
<view class="min-h-screen bg-[#f5f5f5]">
<view class="page-container">
<!-- 顶部导航栏 -->
<wd-navbar
title="用户详情"

View File

@@ -1,5 +1,5 @@
<template>
<view class="min-h-screen bg-[#f5f5f5]">
<view class="page-container">
<!-- 顶部导航栏 -->
<wd-navbar
:title="getTitle"

View File

@@ -1,6 +1,5 @@
<template>
<!-- TODO @芋艿优化全局样式后续要全局样式么 -->
<view class="min-h-screen bg-[#f5f5f5]">
<view class="page-container">
<!-- 顶部导航栏 -->
<wd-navbar
title="用户管理"