摘要: <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" 阅读全文
posted @ 2024-07-19 15:22 ThisCall 阅读(1) 评论(0) 推荐(0) 编辑
摘要: <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 阅读全文
posted @ 2024-07-19 14:35 ThisCall 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 刷新页面 this.$forceUpdate(); 路由获取参数 if (this.$route.query.XXXX) { this.XXX= true; } 阅读全文
posted @ 2024-07-10 14:42 ThisCall 阅读(2) 评论(0) 推荐(0) 编辑
摘要: <el-input type="number" v-model="form.XXXX" ></el-input> type="number" 必须这么写,而且不能看到长度限制 整数位和小数限制 { required: true, message: "请输入总罐容(T)", trigger: "blu 阅读全文
posted @ 2024-07-08 14:16 ThisCall 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 自定义封装组件 z-index问题 <template> <div> <van-overlay :show="isShow" :custom-style="{ background: 'rgb(255, 255, 255, 0.6)', display: 'flex', justifyContent 阅读全文
posted @ 2024-06-25 10:29 ThisCall 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 地址 一路点下去 阅读全文
posted @ 2024-06-21 09:14 ThisCall 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-06-18 15:29 ThisCall 阅读(1) 评论(0) 推荐(0) 编辑
摘要: /* 错误提示 */ .van-toast.van-toast--fail{ min-width: 191px !important; } 阅读全文
posted @ 2024-06-05 10:26 ThisCall 阅读(3) 评论(0) 推荐(0) 编辑
摘要: <transition name="fade"> <!-- v-if="monitoring || (!dataType && !showTutelage && !seeSure)" --> <div v-if="monitoring" class="ywy" @click=" showTutela 阅读全文
posted @ 2024-06-04 13:43 ThisCall 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 参考 将button的native-type设置为button,同时加上.stop来阻止其冒泡。 <van-button native-type='button' @click.stop='xxx'> 阅读全文
posted @ 2024-05-31 12:01 ThisCall 阅读(35) 评论(0) 推荐(0) 编辑