瀏覽代碼

Merge branch 'feature-tianyong' into dev

TIANYONG 8 月之前
父節點
當前提交
19469b537b
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      src/shims-vue.d.ts

+ 3 - 1
src/shims-vue.d.ts

@@ -15,6 +15,8 @@ declare module '@vue/runtime-core' {
 
 declare module 'vue' {
   interface CSSProperties {
-    '--navBarHeight'?: string
+    '--navBarHeight'?: string;
+    '--barheight'?: string;
+    '--creationHeight'?: string;
   }
 }