Results 68 comments of Leon-kfd

I think you need to use Vue3 composition api in `v-model:layout="layout"` try this code: ``` {{itemTitle(item)}} import { ref } from 'vue' const layout = ref([ {"x":0,"y":0,"w":2,"h":2,"i":"0", static: false}, {"x":2,"y":0,"w":2,"h":4,"i":"1",...

@NewNork see here: [https://codesandbox.io/embed/vue-grid-layout-for-vue3-yvs1c?fontsize=14&hidenavigation=1&theme=dark](https://codesandbox.io/embed/vue-grid-layout-for-vue3-yvs1c?fontsize=14&hidenavigation=1&theme=dark) vue version is v3.2.16

去看了一下,应该是Edge样式改版后的问题。 可以尝试在全局CSS注入一下代码 ```css body { overflow-x: hidden; } body::-webkit-scrollbar { width: 14px !important; } body::-webkit-scrollbar-track { background-color: #fff !important; } body::-webkit-scrollbar-thumb { background: #8b8b8b !important; border: 3px solid #fff !important;...

另外一般来说起始页应该不会出现滚动条,若页面内容过多可试试多标签功能,按“下”方向键切换下一个页面

在线版已修改,基于Edge后续有原生悬浮滚动条,Edge浏览器当前会使用默认的滚动条样式。 ![image](https://github.com/leon-kfd/Dashboard/assets/30256102/251b7536-3f39-4998-baa6-b6b14d65a337) Edge下可访问以下在线版Demo试试 [https://www.howdz.xyz/?preview=BTJ08](https://www.howdz.xyz/?preview=BTJ08)

实测IOS下暂无发现问题,长按是可以编辑的,请确保是否已进入编辑模式。另外也可能是浏览器内核问题,你说的那个浏览器我不熟,不知道什么内核。 https://user-images.githubusercontent.com/30256102/205419692-7eb84a28-078f-4e80-bad2-1242f59d6b33.mp4

那没什么头绪,还没有空研究哦。可以先用电脑或其他浏览器编辑好,再通过密钥Key同步吧。

![Todo](https://user-images.githubusercontent.com/30256102/195474972-90f2e54e-9f51-4624-8e3d-dc4cd1fcdb8d.gif) Can not repeat this bug. Maybe you can export your config key to me.

It still can't be reproduced... ![Todo1](https://user-images.githubusercontent.com/30256102/195503338-f7908c61-6cb5-442d-a4ae-5b0dd9e752f6.gif)

Thank you for finding out the reason. I will check my code later.