03 2022 档案
摘要:1.element的 el-date-picker <el-date-picker :picker-options="setFulltime" style="width:100%" v-model="ruleForm.Time" type="datetime" placeholder="选择日期时间
阅读全文
摘要:body::-webkit-scrollbar{ width:10px; } body::-webkit-scrollbar-track{ background: #999; border-radius:2px; } body::-webkit-scrollbar-thumb{ background
阅读全文
摘要:1.下载vsCode插件vetur 2.打开vs code设置 3.搜索 vetur.format 4.在搜索出来内容里面找到 对应的setting.json文件 5.把代码换了 {"vetur.format.defaultFormatter.html": "js-beautify-html", "
阅读全文
摘要:1.html <template> <div class="step_box"> <div class="step_item"> <!-- 使用绑定动态的 class来让样式关联起来 --> <div @click="stpeBtn(index)" class="step_item_box" v-f
阅读全文
摘要:1.style部分 <style> * { margin: 0; padding: 0; box-sizing: border-box; } body, html { width: 100%; height: 100%; } .box { height: 100%; display: flex; j
阅读全文
摘要:1.引入依赖 yarn add @amap/amap-vue # 或 npm install --save @amap/amap-vue 2.在main.js里引入 import AmapVue from '@amap/amap-vue'; AmapVue.config.version = '2.0
阅读全文
摘要:<text style="color: #0075F7;">{{completeUrl}}</text> <u-button type="primary" @click="copyUrl(completeUrl)">复制URL</u-button> copyUrl(url) { uni.showMo
阅读全文
摘要:第一步 npm安装echarts npm install echarts --save 第二步 在需要使用的页面引入 import * as echarts from 'echarts' <script> import * as echarts from 'echarts'; export defa
阅读全文