摘要: https://backlog.com/git-tutorial/cn/stepup/stepup1_1.html 阅读全文
posted @ 2023-02-01 19:26 士广 阅读(43) 评论(0) 推荐(0)
摘要: <div class="stepArea"> <div class="stepItem" @click="changeCurrent(0)"> <div class="testShape" :class="current==0 ?'active':''"> </div> <div class="te 阅读全文
posted @ 2023-02-01 11:20 士广 阅读(35) 评论(0) 推荐(0)
摘要: <template> <div ref="classReview"> <a-modal :body-style="modalStyle" :confirm-loading="confirmLoading" :footer="null" :getContainer="()=>$refs.classRe 阅读全文
posted @ 2023-01-30 20:18 士广 阅读(264) 评论(0) 推荐(0)
摘要: <template> <div id="commonTable"> <div class="common_table"> <el-table :data="tableData" ref="multipleTable" v-loading="loading" border style="width: 阅读全文
posted @ 2023-01-28 17:22 士广 阅读(184) 评论(0) 推荐(0)
摘要: <template> <div v-if="showTable" :style="cssVars"> <a-table ref="aTable" :columns="rowColumns" :customRow="onClickRow" :data-source="tableData" :loadi 阅读全文
posted @ 2023-01-10 10:29 士广 阅读(71) 评论(0) 推荐(0)
摘要: letterList = [...Array(26).keys()].map(i => String.fromCharCode(i + 65)) 阅读全文
posted @ 2023-01-08 12:36 士广 阅读(46) 评论(0) 推荐(0)
摘要: china.js (function (root, factory) { if (typeof define 'function' && define.amd) { // AMD. Register as an anonymous module. define(['exports', 'echart 阅读全文
posted @ 2022-12-29 14:32 士广 阅读(611) 评论(0) 推荐(0)
摘要: <!--横向柱状图图--><template> <!--echart图标--> <div id="transverseBar" ref="transverseBar" style="height:375px;width:500px"></div></template><script>// 引入基本模 阅读全文
posted @ 2022-12-29 14:22 士广 阅读(176) 评论(0) 推荐(0)
摘要: <el-table :data="tableData" :header-cell-style="{background:'#011550',color:'#5c8aaf'}" :row-class-name="toggleRowClassName" align="center" style="wid 阅读全文
posted @ 2022-12-29 09:49 士广 阅读(375) 评论(0) 推荐(0)
摘要: /** * websocket 工具类 * WSocket.js */class WSocket { constructor(baseUrl) { this.ws = null; // this.timeout = 10000; this.timeoutObj = null; this.server 阅读全文
posted @ 2022-12-28 19:41 士广 阅读(43) 评论(0) 推荐(0)