摘要: ::v-deep .el-select .el-select-dropdown { background-color: rgba(12, 90, 207, 0.5); border: 1px solid rgba(12, 90, 207, 0.5); color: #45cfed; span { c 阅读全文
posted @ 2024-03-28 14:30 站住,野猪佩奇 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2024-01-08 16:44 站住,野猪佩奇 阅读(23) 评论(0) 推荐(0) 编辑
摘要: fileChange(file, fileList) { const { raw } = file; if (file.status != 'ready') return; if (file.size / 1024 / 1024 > 100) { this.$message.error('文件大小不 阅读全文
posted @ 2023-12-23 14:12 站住,野猪佩奇 阅读(32) 评论(0) 推荐(0) 编辑
摘要: export function downloadFile(url, data) { axios({ method: 'post', url: Vue.prototype.myUrl + url, headers: { 'x-auth-token': window.localStorage.getIt 阅读全文
posted @ 2023-12-19 17:15 站住,野猪佩奇 阅读(118) 评论(0) 推荐(0) 编辑
摘要: this.multipleSelection.forEach(item => { this.deviceCo = this.deviceCo.filter(val => { return val.id != item.id }) }) 阅读全文
posted @ 2023-12-01 19:38 站住,野猪佩奇 阅读(16) 评论(0) 推荐(0) 编辑
摘要: let cityList = [ {id: 1, parentId: 0, name:'江苏省'}, {id: 2, parentId: 0, name:'广东省'}, {id: 3, parentId: 0, name:'安徽省'}, {id: 4, parentId: 1, name:'苏州市' 阅读全文
posted @ 2023-12-01 18:09 站住,野猪佩奇 阅读(25) 评论(0) 推荐(0) 编辑
摘要: ::-webkit-scrollbar { display: none; } 阅读全文
posted @ 2023-11-15 10:25 站住,野猪佩奇 阅读(65) 评论(0) 推荐(0) 编辑
摘要: pointer-events:none; 阅读全文
posted @ 2023-11-10 15:10 站住,野猪佩奇 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-10-13 16:21 站住,野猪佩奇 阅读(97) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2023-10-12 18:17 站住,野猪佩奇 阅读(1) 评论(0) 推荐(0) 编辑