05 2021 档案

摘要:https://blog.csdn.net/weixin_46686024/article/details/108324507 阅读全文
posted @ 2021-05-26 21:40 诡道也 阅读(52) 评论(0) 推荐(0)
摘要::cell-style="{ 'text-align': 'center' }" :header-cell-style="{ 'text-align': 'center' }" 阅读全文
posted @ 2021-05-08 10:19 诡道也 阅读(1378) 评论(0) 推荐(0)
摘要:value == 0 ? ' ' : value == 1 ? '是' : '否' 阅读全文
posted @ 2021-05-07 16:17 诡道也 阅读(135) 评论(0) 推荐(0)
摘要:https://www.jianshu.com/p/cfb9d5998cd6 兼容 PC 和 Mobile; 画布自适应屏幕大小变化(窗口缩放、屏幕旋转时画布无需重置,自动校正坐标偏移); 自定义画布尺寸(导出图尺寸),画笔粗细、颜色,画布背景色; 支持裁剪 (针对需求:有的签字需要裁剪掉四周空白) 阅读全文
posted @ 2021-05-07 13:33 诡道也 阅读(428) 评论(0) 推荐(0)
摘要:<template> <div id="app" @mousemove="moveEvent" @click="moveEvent"> <router-view /> </div> </template> <script> export default { name: "App", data() { 阅读全文
posted @ 2021-05-06 13:36 诡道也 阅读(331) 评论(0) 推荐(0)
摘要:<div style=" width: 200px; height: 80px; overflow: hidden; display: flex; justify-content: center; align-items: center; #f5f7fa; padding-right: 10px; 阅读全文
posted @ 2021-05-06 11:58 诡道也 阅读(57) 评论(0) 推荐(0)
摘要:<el-autocomplete class="inline-input input_50" v-model="ruleForm.equipmentUse.useOrgName" :disabled="disableJ" :fetch-suggestions="querySearch" placeh 阅读全文
posted @ 2021-05-06 11:42 诡道也 阅读(91) 评论(0) 推荐(0)