achao 2 years ago
parent
commit
5ee8d54b46
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

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