上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 23 下一页
摘要: @media screen and (max-width:800px) { .wrap{ width: 100%; .tracking-feature{ width: 99%; } } } @media screen and (min-width:1200px) { .tracking-featur 阅读全文
posted @ 2021-11-12 14:33 zjxgdq 阅读(11) 评论(0) 推荐(0)
摘要: import { useRouter } from 'vue-router'; export default { setup() { const router = useRouter(); function goto(){ router.push("/about"); } return{ goto 阅读全文
posted @ 2021-11-10 12:36 zjxgdq 阅读(449) 评论(0) 推荐(0)
摘要: wowjs https://www.dowebok.com/131.html 阅读全文
posted @ 2021-10-29 16:05 zjxgdq 阅读(9) 评论(0) 推荐(0)
摘要: <template> <div class="row p-0 m-0 text-white d-flex content"> <div class="echarts"> <div id="barchart" :style="{ width: '380px', height: '300px' }">< 阅读全文
posted @ 2021-10-29 13:46 zjxgdq 阅读(220) 评论(0) 推荐(0)
摘要: https://zhuanlan.zhihu.com/p/133941009 对照npm i -S bootstrap popper.js @popperjs/coreimport 'bootstrap/dist/css/bootstrap.min.css' import 'bootstrap/di 阅读全文
posted @ 2021-10-21 09:42 zjxgdq 阅读(27) 评论(0) 推荐(0)
摘要: 一vue3.0简易 <template> <div>sdf</div> </template> <script lang="ts"> import { defineComponent } from 'vue' export default defineComponent({ components: 阅读全文
posted @ 2021-10-19 14:51 zjxgdq 阅读(51) 评论(0) 推荐(0)
摘要: import { getAccountList } from '/@/api/demo/system'; import { AccountParams } from '/@/api/demo/model/systemModel'; const redate = { pageOffset: 0, }; 阅读全文
posted @ 2021-10-19 14:49 zjxgdq 阅读(19) 评论(0) 推荐(0)
摘要: const getdata = await getAccountList(redate as AccountParams).then((item) => { return item.items; }); export const Grouptype: any[] = (() => { const d 阅读全文
posted @ 2021-10-18 11:13 zjxgdq 阅读(22) 评论(0) 推荐(0)
摘要: dart下载https://gekorm.com/dart-windows/ 插件安装code runner, dart ,flutter widget snippets, Awesome flutter配置模拟器 nox_adb.exe connect 127.0.0.1:62001 flutte 阅读全文
posted @ 2021-09-09 19:39 zjxgdq 阅读(229) 评论(0) 推荐(0)
摘要: 1git clone lianjie 2.git pull origin master 3.git add . 4.git commit -m "tij" 5.git push origin master 创建分之一、 创建test分支提交步骤 1.列出所有分支 # git branch -a 2. 阅读全文
posted @ 2021-09-09 08:49 zjxgdq 阅读(245) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 23 下一页