mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2024-11-21 09:36:35 +00:00
build: v2.0.0 twice
This commit is contained in:
parent
8d1241808a
commit
e4ac2de660
@ -8,6 +8,7 @@ export const onSettingWindowCreated = async (view) => {
|
|||||||
iframe.height = "100%";
|
iframe.height = "100%";
|
||||||
iframe.style.border = "none";
|
iframe.style.border = "none";
|
||||||
//去掉iframe滚动条
|
//去掉iframe滚动条
|
||||||
iframe.scrolling = "no";
|
//iframe.scrolling = "no";
|
||||||
|
//有滚动条何尝不是一种美
|
||||||
view.appendChild(iframe);
|
view.appendChild(iframe);
|
||||||
};
|
};
|
Loading…
x
Reference in New Issue
Block a user