From 423be53da2895e08f4c6de612de6a4406913b31c Mon Sep 17 00:00:00 2001 From: JunyaoHu Date: Tue, 7 Jan 2025 14:07:46 +0800 Subject: [PATCH] [update] --- src/components/sections/GaussianSplats3D.vue | 43 ++++++++++--- src/components/sections/Model3D.vue | 65 ++++++++------------ 2 files changed, 60 insertions(+), 48 deletions(-) diff --git a/src/components/sections/GaussianSplats3D.vue b/src/components/sections/GaussianSplats3D.vue index da9bc0c..3c20b00 100644 --- a/src/components/sections/GaussianSplats3D.vue +++ b/src/components/sections/GaussianSplats3D.vue @@ -43,22 +43,45 @@ onMounted(() => { GaussianSplats3D, we can visualize 3DGS models here.

- - -
-
-
- + +
+
- \ No newline at end of file +.spinnerPrimary0 { + display: none !important; +} + +.spinnerOuterContainer0 { + height: 100% !important; + margin: 0 auto !important; + top: 0 !important; + left: 0 !important; +} + +.spinnerContainerPrimary0 { + padding-top: 0% !important; + position: relative !important; + transform: none !important; + width: fit-content !important; + margin: 0 auto !important; + left: 0 !important; + padding: 10px 20px !important; +} + +.messageContainerPrimary0 { + padding-top: 0% !important; +} + + diff --git a/src/components/sections/Model3D.vue b/src/components/sections/Model3D.vue index b6cc367..8383bf1 100644 --- a/src/components/sections/Model3D.vue +++ b/src/components/sections/Model3D.vue @@ -1,27 +1,6 @@ - \ No newline at end of file