摘要:
<van-field class="login-input" v-model="OaPassword" :type="!showPassword ? 'password' : 'text'" left-icon="user-o" :right-icon="showPassword ? 'eye-o' 阅读全文
摘要:
<template> <div> <div class="bdr10 bxs ml10 mr10 bgf"> <div class="pt20 mt10 f14 cor3 pr10" v-if="stepList && stepList.length"> <div class="step-item" 阅读全文
摘要:
<template > <div class="pt80 mt10 f14 cor3 pr10 pl10" v-if="stepList && stepList.length" > <div class="step-item" v-for="(item, index) in stepList" :k 阅读全文
摘要:
刷新页面 this.$forceUpdate(); 路由获取参数 if (this.$route.query.XXXX) { this.XXX= true; } 阅读全文
摘要:
<el-input type="number" v-model="form.XXXX" ></el-input> type="number" 必须这么写,而且不能看到长度限制 整数位和小数限制 { required: true, message: "请输入总罐容(T)", trigger: "blu 阅读全文
摘要:
自定义封装组件 z-index问题 <template> <div> <van-overlay :show="isShow" :custom-style="{ background: 'rgb(255, 255, 255, 0.6)', display: 'flex', justifyContent 阅读全文
摘要:
/* 错误提示 */ .van-toast.van-toast--fail{ min-width: 191px !important; } 阅读全文
摘要:
<transition name="fade"> <!-- v-if="monitoring || (!dataType && !showTutelage && !seeSure)" --> <div v-if="monitoring" class="ywy" @click=" showTutela 阅读全文