解决 input 宽度 100% 问题

This commit is contained in:
zogodo
2020-02-09 18:06:40 +08:00
parent 4e00ced8e4
commit 5802d744f0
2 changed files with 3 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html" charset="utf-8">
@@ -37,7 +38,7 @@
.power_by{text-align:center;}
.power_by a{text-decoration:none;}
.log_div{height:300px;overflow:scroll;}
.ota input{width:100%;}
.ota input{width:100%;box-sizing: border-box;}
</style>
</head>
<body>