This commit is contained in:
2021-01-25 16:13:53 +08:00
parent e2a6568406
commit cf97b59a77
24 changed files with 132 additions and 35 deletions

View File

@@ -11,7 +11,19 @@
<!-- 引入样式 -->
<link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css">
<!-- 引入组件库 -->
<style>
#make{
background-color: #000;
opacity: 0.5;
width: 100%;
height: 100vh;
position: fixed;
top: 0;
left: 0;
z-index: 1001;
display: none;
}
</style>
<script>
(function (designWidth, maxWidth) {
var doc = document,
@@ -602,6 +614,7 @@
</script>
<div id="make"></div>
</body>
</html>