Commit 11543724 authored by linxin's avatar linxin

add

parent 20fd391c
...@@ -40,9 +40,7 @@ ...@@ -40,9 +40,7 @@
</div> </div>
<div class="pay-input"> <div class="pay-input">
<span>逾期利息</span> <span>逾期利息</span>
<CurrencyInput <span class="currencySpan">{{ liquidated_damages|currency }}</span>
v-model="liquidated_damages" class="currencyInput" readonly type="text"
placeholder="请输入支付金额" />
</div> </div>
</div> </div>
</div> </div>
...@@ -202,6 +200,7 @@ export default { ...@@ -202,6 +200,7 @@ export default {
</script> </script>
<style lang='less' > <style lang='less' >
#first-pay { #first-pay {
.currencyInput{ .currencyInput{
height:37px; height:37px;
line-height: 37px; line-height: 37px;
...@@ -300,7 +299,11 @@ export default { ...@@ -300,7 +299,11 @@ export default {
display: flex; display: flex;
align-items: center; align-items: center;
} }
.currencySpan{
display: inline-block;
text-align: right;
padding-right:10px;
}
input { input {
flex: 3; flex: 3;
text-align: right; text-align: right;
......
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 to comment