设置一个最小宽度值,1280px

This commit is contained in:
daihh
2022-09-27 19:44:00 +08:00
parent 581514322a
commit 021f02ece5

View File

@@ -32,7 +32,7 @@
</script>
</head>
<style>
#app,body,html{height:100%;margin:0;padding:0}
#app,body,html{height:100%;margin:0;padding:0;min-width: 1280px;}
body{
/**background: url(/images/center_bg.jpg);**/
/* background-size: cover; */