diff --git a/config.json b/config.json index 153ec70..8cdf38c 100644 --- a/config.json +++ b/config.json @@ -1 +1 @@ -{"login":true,"host":"10.225.0.1","user":"lan","password":"xp258147","maincidr":"10.225.1.0/24","proxycidr":"10.225.2.0/24"} \ No newline at end of file +{"port":7000,"login":false,"host":"","user":"","password":"","maincidr":"","proxycidr":""} \ No newline at end of file diff --git a/index.html b/index.html index a279e2e..d4ea3bf 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,7 @@ main { width: 100%; - max-width: 30rem; + max-width: 60rem; margin: auto; text-align: center; background-color: #ffffff; @@ -35,10 +35,20 @@ box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.2); } + .container { + width: 100%; + overflow-x: auto; + } + + table { + width: 100%; + min-width: 20rem; + } + .btn { - width: 3rem; + width: 6rem; height: 2rem; - margin-bottom: 1rem; + margin: 0.2rem; border: none; border-radius: 0.5rem; background-color: #dfdfdf; @@ -54,24 +64,46 @@ box-shadow: 0 3px #666; transform: translateY(2px); } + + ::-webkit-scrollbar { + display: none; + }