Sven 9 月之前
父節點
當前提交
8e51c0bec7
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/components/BytmDialog.ts

+ 1 - 1
src/components/BytmDialog.ts

@@ -101,7 +101,7 @@ export class BytmDialog extends NanoEmitter<{
 #bytm-${this.id}-dialog-bg {
   --bytm-dialog-width-max: ${this.options.width}px;
   --bytm-dialog-height-max: ${this.options.height}px;
-}`, `dialog-${this.id}`);
+}`, `dialog-${this.id}-vars`);
 
     this.events.emit("render");
     return bgElem;