From 0ca8f35e3ed2d800139c6ea2c706d5eeba8167ed Mon Sep 17 00:00:00 2001 From: huangjinming Date: Wed, 15 Mar 2023 20:50:52 +0800 Subject: [PATCH] fix --- mobile/src/App.vue | 14 -- mobile/src/components/global/ChainModel.vue | 216 ++++++++++++++++++++ 2 files changed, 216 insertions(+), 14 deletions(-) create mode 100644 mobile/src/components/global/ChainModel.vue diff --git a/mobile/src/App.vue b/mobile/src/App.vue index 722513c..a83de0d 100644 --- a/mobile/src/App.vue +++ b/mobile/src/App.vue @@ -68,18 +68,4 @@ html { .fade-leave-to { opacity: 0; } -@font-face { - font-family: "MyFont"; - src: url("/fonts/myfont.ttf") format("truetype"); -} - -.layerTop { - position: fixed; - right: 0; - top: 0; - width: 128px; - height: 128px; - z-index: 2000; - user-select: none; -} diff --git a/mobile/src/components/global/ChainModel.vue b/mobile/src/components/global/ChainModel.vue new file mode 100644 index 0000000..9b51b38 --- /dev/null +++ b/mobile/src/components/global/ChainModel.vue @@ -0,0 +1,216 @@ + + +