Commit 11543724 authored by linxin's avatar linxin

add

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