摘要: 1.Vue-Tel-Input:这个插件下载下来之后使用报错,找不到css文件什么的,不知道什么原因直接弃用。 2.后续使用以下两个插件,vue2项目使用: "vue-country-intl": "^1.1.9", // 输入框 "google-libphonenumber": "^3.2.4", 阅读全文
posted @ 2025-02-11 17:00 玛卡巴鉲 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 判断回显的父节点下的叶子节点是否全部选中,全部选中就是全选,保留;没有全选就是半选,不保留。保留与不保留说的是回显的数组数据。// 处理tree关联全选半选 export function processTreeData(treeData, selectedIds) { const fullySel 阅读全文
posted @ 2025-02-11 11:43 玛卡巴鉲 阅读(10) 评论(0) 推荐(0) 编辑
摘要: uni.reLaunch({ url: '/pages/index/index', success: () => { // #ifdef APP-PLUS plus.navigator.closeSplashscreen(); // #endif }, }); alwaysShowBeforeRen 阅读全文
posted @ 2024-12-06 15:18 玛卡巴鉲 阅读(4) 评论(0) 推荐(0) 编辑
摘要: https://dev.qweather.com/docs/ https://lbs.amap.com/api/javascript-api-v2/documentation#geolocation // 行政区域查询服务 阅读全文
posted @ 2024-06-27 11:42 玛卡巴鉲 阅读(3) 评论(0) 推荐(0) 编辑
摘要: &::-webkit-scrollbar { height: 8px;}&::-webkit-scrollbar-track { background-color: #fff;}&::-webkit-scrollbar-thumb{ border-radius: 10px; border-style 阅读全文
posted @ 2024-04-08 16:40 玛卡巴鉲 阅读(71) 评论(0) 推荐(0) 编辑
摘要: 1.双击选中中划线拼接的变量:设置搜索wordSeparators,去掉中划线。 阅读全文
posted @ 2024-03-14 16:54 玛卡巴鉲 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 1.vite-plugin-vue-setup-extend:标签可以直接声明name。 <script lang-"ts" name="com-name"></script> 阅读全文
posted @ 2024-02-21 16:05 玛卡巴鉲 阅读(16) 评论(0) 推荐(0) 编辑
摘要: export function checkUpdateApp() { // 获取manifest.json里的配置信息 plus.runtime.getProperty(plus.runtime.appid, function(widgetinfo) { // 可以根据manifest.json里的 阅读全文
posted @ 2023-03-14 16:10 玛卡巴鉲 阅读(81) 评论(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:04 玛卡巴鉲 阅读(579) 评论(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 玛卡巴鉲 阅读(825) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示