shish 1 gadu atpakaļ
vecāks
revīzija
7450b84840

+ 4 - 4
hdApp/src/admin/custom/balanceChange.vue

@@ -116,11 +116,11 @@
             &.table-header {
                 background: #f5f7fa;
                 font-weight: bold;
-                font-size: 28upx;
+                font-size: 30upx;
                 color: #333;
             }
             &.table-row-data {
-                font-size: 24upx;
+                font-size: 26upx;
                 color: #222;
                 transition: background 0.2s;
                 cursor: pointer;
@@ -131,7 +131,7 @@
             &.table-row-remark {
                 background: #fafbfc;
                 color: #989494;
-                font-size: 22upx;
+                font-size: 24upx;
                 .cell-remark {
                     padding: 16upx 20upx;
                 }
@@ -139,7 +139,7 @@
             &.table-row-extra {
                 background: #f8f8f8;
                 color: #989494;
-                font-size: 22upx;
+                font-size: 24upx;
                 .cell-extra {
                     padding: 16upx 20upx;
                     display: flex;

+ 2 - 2
hdApp/src/uni.scss

@@ -8,11 +8,11 @@
 
 /* 颜色变量 */
 /*图片地址*/
-$imgUrl: 'https://wximg.meijiabang.com/hkds/miniapp/images/';
+$imgUrl: '';
 
 // 所有样式为公共样式,已在全局引用可直接使用
 // 主色
-$mainColor: #3385FF;
+$mainColor: #049E2C;
 $mainColor1: #049E2C;
 $auxiliaryColor2: #ff6900;
 

+ 1 - 1
hdApp/src/utils/common.js

@@ -17,7 +17,7 @@ export function getUrlHref() {
 	// let comProtocolUrl = window.location.protocol // 协议
 	// let comHostUrl = window.location.host // 主机
 	// let url = comProtocolUrl + '//' + comHostUrl
-	// url = 'http://dev.meijiabang.com'
+	// url = ''
 	return CONSTANT.formal
 }