north 8 年之前
父节点
当前提交
d54bd4ca25
共有 1 个文件被更改,包括 6 次插入5 次删除
  1. 6 5
      www/vue/src/components/recharge.vue

+ 6 - 5
www/vue/src/components/recharge.vue

@@ -69,6 +69,7 @@
     created () {
 //      console.log(this.rechargeLists)
     },
+
     watch: {
       'otherAmount': function (val) {
         if (val !== undefined) {
@@ -166,7 +167,7 @@
 	img {
 		display: block;
 	}
-	
+
 	.recharge-title {
 		padding-left: 15px;
 		font-size: 20px;
@@ -176,7 +177,7 @@
 		text-align: left;
 		margin-bottom: -20px;
 	}
-	
+
 	ul {
 		padding-top: 5px;
 		padding-bottom: 5px;
@@ -232,7 +233,7 @@
 			padding: 0;
 		}
 	}
-	
+
 	.btn-add-recharge {
 		width: 80%;
 		clear: both;
@@ -245,7 +246,7 @@
 		transition: all 2s;
 		margin-top: 10px;
 	}
-	
+
 	/*动画*/
 	.slide {
 		padding: 0 20px;
@@ -258,7 +259,7 @@
 			font-size: 15px;
 		}
 	}
-	
+
 	.animate {
 		max-height: 9999px;
 		transition-timing-function: cubic-bezier(0.5, 0, 1, 0);