From 607ebaf27b44e0d27925715e4c2d7e2ffff257f0 Mon Sep 17 00:00:00 2001
From: ludc
Date: 星期二, 11 七月 2023 09:49:33 +0800
Subject: [PATCH] 前端代码打包
---
Source/UBCS-WEB/dist/src/views/util/top.vue | 28 ++++++++++++++++++++++++++++
1 files changed, 28 insertions(+), 0 deletions(-)
diff --git a/Source/UBCS-WEB/dist/src/views/util/top.vue b/Source/UBCS-WEB/dist/src/views/util/top.vue
new file mode 100644
index 0000000..f524cc9
--- /dev/null
+++ b/Source/UBCS-WEB/dist/src/views/util/top.vue
@@ -0,0 +1,28 @@
+<template>
+ <div>
+ <div style="height:2000px;background-color:#fff;">
+ <div style="padding:15px 20px;font-size:18px;">寰�涓嬫媺灏变細鍑虹幇杩斿洖鑿滃崟</div>
+ </div>
+ <avue-back-top id="avue-view"></avue-back-top>
+ <avue-back-top id="avue-view"
+ :height="100"
+ :bottom="200">
+ <div class="top">杩斿洖椤剁</div>
+ </avue-back-top>
+ </div>
+</template>
+
+<script>
+export default {};
+</script>
+
+<style scoped>
+.top {
+ padding: 10px;
+ font-size: 14px;
+ background: rgba(0, 153, 229, 0.7);
+ color: #fff;
+ text-align: center;
+ border-radius: 2px;
+}
+</style>
--
Gitblit v1.9.3