Browse Source

Merge branch 'master' of http://git.zthymaoyi.com/gdc/yiliangyiyun-app

gjy 2 years ago
parent
commit
65bde1af78
2 changed files with 8 additions and 0 deletions
  1. 4 0
      App.vue
  2. 4 0
      pages/business/businessNew.vue

+ 4 - 0
App.vue

@@ -1063,4 +1063,8 @@
 	.uni-picker-container .uni-picker-action.uni-picker-action-confirm {
 		color: #39b54a;
 	}
+
+	.uni-page-head-ft {
+		margin-right: 10rpx;
+	}
 </style>

+ 4 - 0
pages/business/businessNew.vue

@@ -693,4 +693,8 @@
 		position: absolute;
 		font-weight: 700;
 	}
+
+	.uni-page-head-ft {
+		margin-right: 40rpx;
+	}
 </style>