energy/example/popup-sub-window/resources/popup_1.html
2023-07-02 15:57:07 +08:00

16 lines
404 B
Go

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>popup1</title>
<style>
</style>
<script type="application/javascript">
</script>
</head>
<body style="overflow: hidden;margin: 0px;padding: 0px;width: 100%;text-align: center;background-color: #C4E3FD;">
<h1 style="-webkit-app-region: drag;">此处可拖拽窗口</h1>
<h1>弹出页面一</h1>
</body>
</html>