进度:需要一个弹出组件

Signed-off-by: kevin <kevin@lmve.net>
This commit is contained in:
2025-06-06 20:29:12 +08:00
parent 1f85b9cc10
commit 2c8fc07ebb
15 changed files with 325 additions and 115 deletions
+9 -10
View File
@@ -1,14 +1,13 @@
<template>
<view class="d-flex flex-column">
<tabler-header ></tabler-header>
<view class="content">
<image class="logo" src="/static/logo.png"></image>
<view class="text-area">
<text class="title">{{title}}</text>
</view>
</view>
<view class="d-flex flex-column ">
<div class="page">
<tabler-header></tabler-header>
<tabler-footer></tabler-footer>
</div>
</view>
</template>
<script>
@@ -53,4 +52,4 @@
font-size: 36rpx;
color: #8f8f94;
}
</style>
</style>