Explorar el Código

修改取消文字

master
wwp hace 1 mes
padre
commit
c19fa75e8c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      monitorMobile/components/selectSearch.vue

+ 1
- 1
monitorMobile/components/selectSearch.vue Ver fichero

@@ -24,7 +24,7 @@
<view style="padding: 36rpx 50rpx;display:flex">
<u-button @click="cancel" type="info"
customStyle="border-radius: 45rpx;height: 90rpx;font-weight: 700;font-size: 32rpx;color:#666;"
text="取消选择" v-if="value_"></u-button>
text="取消" v-if="value_"></u-button>
<view style="width: 36rpx;" v-if="value_"></view>
<u-button @click="cofirm" type="primary"
customStyle="border-radius: 45rpx;height: 90rpx;font-weight: 700;font-size: 32rpx;"


Cargando…
Cancelar
Guardar