摘要: &::-webkit-scrollbar { height: 8px;}&::-webkit-scrollbar-track { background-color: #fff;}&::-webkit-scrollbar-thumb{ border-radius: 10px; border-style 阅读全文
posted @ 2024-04-08 16:41 玛卡巴鉲 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 1.双击选中中划线拼接的变量:设置搜索wordSeparators,去掉中划线。 阅读全文
posted @ 2024-03-14 16:55 玛卡巴鉲 阅读(1) 评论(0) 推荐(0) 编辑
摘要: 1.vite-plugin-vue-setup-extend:标签可以直接声明name。 <script lang-"ts" name="com-name"></script> 阅读全文
posted @ 2024-02-21 16:05 玛卡巴鉲 阅读(9) 评论(0) 推荐(0) 编辑
摘要: export function checkUpdateApp() { // 获取manifest.json里的配置信息 plus.runtime.getProperty(plus.runtime.appid, function(widgetinfo) { // 可以根据manifest.json里的 阅读全文
posted @ 2023-03-14 16:10 玛卡巴鉲 阅读(62) 评论(0) 推荐(0) 编辑
摘要: .tabs-item { position: relative; width: 77px; height: 32px; line-height: 32px; padding: 0; text-align: center; color: #333; &::after { content: ''; po 阅读全文
posted @ 2023-01-29 14:05 玛卡巴鉲 阅读(446) 评论(0) 推荐(0) 编辑
摘要: .el-table{ ::v-deep .el-table__fixed{ height: auto !important; bottom: 16px; // 横向滚动条高度 } ::v-deep .el-table__fixed::before { display:none; // 边框显示问题 阅读全文
posted @ 2022-12-19 17:27 玛卡巴鉲 阅读(562) 评论(0) 推荐(0) 编辑
摘要: 1.配置 npm i unplugin-auto-import -D import AutoImport from 'unplugin-auto-import/vite' AutoImport({ dts: 'types/auto-imports.d.ts', eslintrc: { enabled 阅读全文
posted @ 2022-10-18 16:43 玛卡巴鉲 阅读(1909) 评论(0) 推荐(0) 编辑
摘要: 1.环境准备 1)安装node 选择你需要下载的版本进行下载:https://nodejs.org/dist/ 我这里选择:node-v14.18.0-linux-x64.tar 将下载到的ZIP包通过工具传到服务器/usr/local(我这里用的是FinalShell) 解压:tar -xvf n 阅读全文
posted @ 2022-08-02 17:56 玛卡巴鉲 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 1.下载echarts.js放到static目录 npm i echarts@3.6.2 --save // 使用版本一定要注意,这里3.6.2是测试过没问题的版本,高版本点击事件会报错 然后将js文件放到对应目录 2.创建组件,这里直接贴代码,map.vue: <template> <view i 阅读全文
posted @ 2022-07-28 17:14 玛卡巴鉲 阅读(786) 评论(3) 推荐(0) 编辑
摘要: 主要是应用geo这个属性: export const baseOption = ({ areaStr, scatterDara, zoom = 1.6, layoutSize = '80%', aspectScale = 0.8, layoutCenterOne = 55, layoutCenter 阅读全文
posted @ 2022-07-25 17:04 玛卡巴鉲 阅读(3117) 评论(0) 推荐(0) 编辑