jinx преди 1 година
родител
ревизия
919fbc0c04
променени са 3 файла, в които са добавени 24 реда и са изтрити 316 реда
  1. 1 1
      server/test/a0k4xu045_202305311600080410/attach/sceneStore
  2. 23 1
      src/views/scene/index.vue
  3. 0 314
      src/views/tables/FG.html

Файловите разлики са ограничени, защото са твърде много
+ 1 - 1
server/test/a0k4xu045_202305311600080410/attach/sceneStore


+ 23 - 1
src/views/scene/index.vue

@@ -299,7 +299,8 @@ onActivated(async () => {
         flex-direction: column;
         justify-content: space-between;
         .right-btn {
-          width: 296px;
+          cursor: pointer;
+          width: 100%;
           height: 42.8%;
           background: rgba(255, 255, 255, 0.1);
           border-radius: 4px 4px 4px 4px;
@@ -329,6 +330,7 @@ onActivated(async () => {
       background: rgba(255, 255, 255, 0.1);
       font-size: 16px;
       border-radius: 4px;
+      cursor: pointer;
       > span {
         margin-top: 8px;
       }
@@ -376,3 +378,23 @@ onActivated(async () => {
   justify-content: center;
 }
 </style>
+<style lang="scss">
+#navCube {
+  opacity: 0;
+  pointer-events: none;
+}
+#home {
+  opacity: 0;
+  pointer-events: none;
+}
+.full {
+  #navCube {
+    opacity: 1;
+    pointer-events: auto;
+  }
+  #home {
+    opacity: 1;
+    pointer-events: auto;
+  }
+}
+</style>

Файловите разлики са ограничени, защото са твърде много
+ 0 - 314
src/views/tables/FG.html