Explorar el Código

文字颜色修改

htc hace 1 día
padre
commit
86acec8f8b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      components/pageEmpty/index.vue

+ 1 - 1
components/pageEmpty/index.vue

@@ -1,6 +1,6 @@
 <template>
 	<view class="page-empty adffcacjc" :style="{'margin-top':marginTop}">
-		<u-empty :text="text" textSize="32rpx" text-color="#999999" width="332rpx" height="332rpx" mode="order" :icon="imgBase+'recharge_empty.png'"></u-empty>
+		<u-empty :text="text" textSize="32rpx" text-color="#667E90" width="332rpx" height="332rpx" mode="order" :icon="imgBase+'recharge_empty.png'"></u-empty>
 	</view>
 </template>