瀏覽代碼

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

gjy 2 年之前
父節點
當前提交
65bde1af78
共有 2 個文件被更改,包括 8 次插入0 次删除
  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>