Bläddra i källkod

优化

wulanhaote
庞东旭 2 år sedan
förälder
incheckning
3c85af5eef
4 ändrade filer med 24 tillägg och 4 borttagningar
  1. +6
    -1
      src/views/sunVillage_info/fixedAssetsAdd.vue
  2. +6
    -1
      src/views/sunVillage_info/fixedAssetsEdit.vue
  3. +6
    -1
      src/views/sunVillage_info/informationAdd.vue
  4. +6
    -1
      src/views/sunVillage_info/informationEdit.vue

+ 6
- 1
src/views/sunVillage_info/fixedAssetsAdd.vue Visa fil

@@ -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;


+ 6
- 1
src/views/sunVillage_info/fixedAssetsEdit.vue Visa fil

@@ -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>
@@ -501,6 +501,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;


+ 6
- 1
src/views/sunVillage_info/informationAdd.vue Visa fil

@@ -365,7 +365,7 @@
</van-popup>
</div>

<div style="margin: 16px;">
<div style="margin: 16px auto;width: 50%;">
<van-button round block type="primary" native-type="submit">
保存
</van-button>
@@ -569,6 +569,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;


+ 6
- 1
src/views/sunVillage_info/informationEdit.vue Visa fil

@@ -365,7 +365,7 @@
</van-popup>
</div>

<div style="margin: 16px;">
<div style="margin: 16px auto;width: 50%;">
<van-button round block type="primary" native-type="submit">
保存
</van-button>
@@ -592,6 +592,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;


Laddar…
Avbryt
Spara