Commit 00790520 by hank

修改编辑页面ui

parent 1bb25665
......@@ -284,11 +284,11 @@ export default {
}
}
input {
margin-top: 17px;
margin-top: 15px;
display: block;
width: 50vw;
height: 39px;
padding-left: 8px;
height: 42px;
padding-left: 10px;
border: none;
}
.checkbox {
......@@ -308,8 +308,10 @@ input {
}
.edit-input {
width: 97%;
border: 1px solid #d0d0d0;
color: #333333;
background: #f5f5f5;
border-radius: 6px;
font-size: 14px;
color:rgba(51,51,51,1);
margin-top: 0;
}
</style>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment