@@ -174,7 +174,8 @@ html {
}
#app {
- width: 1920px;
+ width: 100%;
+ min-width: 1440px;
height: 100%;
position: fixed;
left: 50%;
@@ -64,7 +64,7 @@ export default {
<style lang="less" scoped>
#header {
height: 70px;
background: linear-gradient(180deg, #2c2f74, #494d98);
color: #ffffff;
@@ -136,7 +136,7 @@ export default {
.container {
margin: 0 auto;
.server_title {