From a4d7993d0b44faffe2e548250a9d2bc27c77e521 Mon Sep 17 00:00:00 2001
From: xiejun <xj@2023>
Date: 星期三, 19 七月 2023 12:27:46 +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