fixcbbank 安卓input偏移问题 && 手动清算同步

master
luoyang 5 years ago
parent 3aaf2d9953
commit c02f29f802

@ -66,6 +66,9 @@ public class ManualSettleSupportImpl implements ManualSettleSupport {
currentTask.put("applier_id", account.getString("account_id"));
currentTask.put("applier_name", account.getString("display_name"));
currentTask.put("settle_to", settleTo);
currentTask.put("disable_flag", 0);
currentTask.put("disable_time", null);
currentTask.put("disable_remark", null);
if (taskId != null) {
taskManualSettleMapper.update(currentTask);
} else {

@ -261,11 +261,12 @@ input.value:focus {
}
.currencyrow {
display: flex;
box-sizing: border-box;
margin-top: 0;
text-align: left;
margin-bottom: 0px;
position: relative;
/*position: relative;*/
}
@media screen and (max-height: 670px) {
@ -293,7 +294,7 @@ input.value:focus {
}
.currencyrow > * {
display: inline-block;
/*display: inline-block;*/
vertical-align: bottom;
margin-bottom: 0;
box-sizing: border-box;
@ -617,11 +618,12 @@ input.value:focus {
.payment-input {
border-radius: 2px;
width: 54%;
/*width: 54%;*/
height: 64px;
font-family: PingFang-SC-Heavy;
font-size: 25px;
color: #000000;
flex-grow:1;
letter-spacing: 2.4px;
border-style:none;
}
@ -693,9 +695,11 @@ input.value:focus {
background: #FF6600;
color: #fff;
}
.currency{
.currency {
line-height: 64px;
padding-left: 6px;
height: 52px;
padding-right: 6px;
height: 64px;
width: 30px;
font-family: PingFang-SC-Heavy;
font-size: 25px;

Loading…
Cancel
Save