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