|
|
@@ -263,7 +263,7 @@ |
|
|
|
<van-field readonly v-model="form.depreciationValue" label="累计折旧(元)" placeholder="0" input-align="right" :border="false" @change="changeDepreciationValue" /> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div style="margin: 16px;"> |
|
|
|
<div style="margin: 16px auto;width: 50%;"> |
|
|
|
<van-button round block type="primary" native-type="submit"> |
|
|
|
保存 |
|
|
|
</van-button> |
|
|
@@ -481,6 +481,11 @@ |
|
|
|
} |
|
|
|
</script> |
|
|
|
<style scoped lang="scss"> |
|
|
|
/deep/ .van-button--primary{ |
|
|
|
background: url("../../assets/images/sunVillage_info/btn_bg.png") no-repeat; |
|
|
|
background-size: 100% 100%; |
|
|
|
border: none; |
|
|
|
} |
|
|
|
.home_wrapper{ |
|
|
|
background: #e9e9e9; |
|
|
|
min-height: 100vh; |
|
|
|