|
@@ -156,7 +156,7 @@ const submit = async () => {
|
|
|
width: 100%;
|
|
|
display: flex;
|
|
|
margin: 10px auto;
|
|
|
- height: 50px;
|
|
|
+ min-height: 50px;
|
|
|
|
|
|
span {
|
|
|
margin-right: 10px;
|
|
@@ -171,6 +171,7 @@ const submit = async () => {
|
|
|
input {
|
|
|
width: 80%;
|
|
|
height: 70%;
|
|
|
+ min-height: 36px;
|
|
|
border: 1px solid #9D4F0B;
|
|
|
border-radius: 5px;
|
|
|
padding: 0 10px;
|
|
@@ -194,9 +195,9 @@ const submit = async () => {
|
|
|
}
|
|
|
|
|
|
.commit-box {
|
|
|
- position: fixed;
|
|
|
- bottom: 0;
|
|
|
width: calc(100% - 40px);
|
|
|
+ max-width: calc(500px - 40px);
|
|
|
+ margin: 50px auto 0;
|
|
|
|
|
|
.tips {
|
|
|
color: #88866F;
|