瀏覽代碼

搞搞搞

任一存 2 年之前
父節點
當前提交
fb7e892553
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/components/Interaction.vue

+ 2 - 2
src/components/Interaction.vue

@@ -57,10 +57,10 @@ watch(current, () => {
 <style lang="scss" scoped>
 .interaction {
   position: absolute;
-  bottom: 0;
+  bottom: 1rem;
   left: 3rem;
   display: flex;
-  pointer-events: none;
+  // pointer-events: none;
   .dialog {
     max-width: 30rem;
     background-color: rgba(255, 244, 220, 0.6);