上一页 1 2 3 4 5 6 ··· 11 下一页
摘要: <template> <div class="max_box"> <a-tabs v-model:activeKey="activeKey" @change="callback"> <a-tab-pane :tab="item.tab" v-for="item in state.list" :key 阅读全文
posted @ 2024-05-28 15:40 前端搬运工bug 阅读(28) 评论(0) 推荐(0)
摘要: <template> <div class="app_box"> <div class="app_box_title" ref="refTile"> <el-form :inline="true" :model="formInline" class="demo-form-inline" label- 阅读全文
posted @ 2024-05-10 11:42 前端搬运工bug 阅读(238) 评论(0) 推荐(0)
摘要: <template> <el-select ref="myselectref" v-model="currentValue" v-bind="$attrs"> <slot name="option"> <el-option v-for="item in $attrs.options" :key="i 阅读全文
posted @ 2024-05-06 11:59 前端搬运工bug 阅读(126) 评论(0) 推荐(0)
摘要: `` 使用插件 "postcss-pxtorem": "^6.1.0", postcss.config.cjs 文件配置 module.exports = { plugins: { autoprefixer: { overrideBrowserslist: [ "Android 4.1", "iOS 阅读全文
posted @ 2024-05-06 11:34 前端搬运工bug 阅读(1065) 评论(0) 推荐(0)
摘要: // 勾选规则 // 1.勾选当前不勾联动选子级 // 2.勾选当前需要联动勾选父级 // 3.勾选当前取消需要联动取消子级和联动取消父级,如果存在平级则不取消父级 <template> <a-spin :spinning="state.spining"> <div> <a-modal ref="m 阅读全文
posted @ 2024-05-06 11:09 前端搬运工bug 阅读(287) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>test div</title> </head> <style> body, html { padding: 0; margin: 0; } #app, bod 阅读全文
posted @ 2024-01-16 16:10 前端搬运工bug 阅读(180) 评论(0) 推荐(0)
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2023-12-26 10:31 前端搬运工bug 阅读(67) 评论(0) 推荐(0)
摘要: var a = new Blob(['\uFEFF'+data],{type:'text/csv;charset=utf-8'}); 阅读全文
posted @ 2023-12-19 15:45 前端搬运工bug 阅读(18) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2023-11-13 16:31 前端搬运工bug 阅读(9) 评论(0) 推荐(0)
摘要: <template> <view class="content"> <view class="cul-wrapper"> <block v-for="(item,index) in msgs" :key="index"> <view class="cul-date">{{item.showtime} 阅读全文
posted @ 2023-09-22 10:29 前端搬运工bug 阅读(60) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 11 下一页