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 @@ + + +