Explorar el Código

Merge branch 'master' of http://192.168.0.115:3000/renyicun/NanjingMuseumWuJinZang into master

shaogen1995 hace 1 año
padre
commit
518fdb06b3
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/views/HomeView.vue

+ 2 - 2
src/views/HomeView.vue

@@ -1015,8 +1015,8 @@ div {
     right: 0;
     z-index: 3;
     width: calc(
-      224 / var(--9ea40744-windowSizeWhenDesignForRef) *
-        var(--9ea40744-windowSizeInCssForRef)
+      224 / v-bind("windowSizeWhenDesignForRef") *
+      v-bind("windowSizeInCssForRef")
     );
     background: linear-gradient(78deg, rgba(0, 0, 0, 0) 38%, #00000087 75%);
     height: 100%;