码迷,mamicode.com
首页 >  
搜索关键字:弹窗    ( 2006个结果
vue编辑当行数据,弹窗赋值
编辑如下 ... @click="handleEdit(scope.$index, scope.row)">编辑</el-button> ... 使用 Object.assign 来传值,如果直接用 this.editForm=row来传值,则编辑的时候会影响当行显示 //编辑 handleEdit ...
分类:其他好文   时间:2020-07-15 15:42:19    阅读次数:100
antd中,popover 不同情境下设置不同背景图,无法设置className的情况
这次项目有一个需求,就是右上角一个 气泡弹窗 popover ,当会员状态是已过期的时候,背景图成白色渐变,如果是未过期,就是黑色渐变。 于是就想通过设置不同的 status 值来添加不同的 className , 以设置 .ant-popover-inner 的样式来设置背景图, 当然,这样做有一 ...
分类:其他好文   时间:2020-07-14 16:51:04    阅读次数:193
alert弹窗样式修改
//弹窗提示 window.alerts = alerts = (function () { var _alrElem = document.createElement("div"); _alrElem.className = "error_page"; var textElem = documen ...
分类:其他好文   时间:2020-07-13 18:22:38    阅读次数:86
VSC下 Python2和Python3转化
FIRST. 双击左下角圈出来的红色框框 SECOND. 再跳出来的弹窗中任意操作 THIRD. 开始爽起来 ...
分类:编程语言   时间:2020-07-11 21:15:00    阅读次数:60
vue使用echart(地图,弹窗展示多条数据,option定义)
第二次用echart,第一次做地图, <template> <div class="echarts" style="background:#3bafde"> <div :style="{height:'600px',width:'100%'}" ref="myEchart"></div> </div ...
分类:其他好文   时间:2020-07-10 17:03:19    阅读次数:82
layui 中弹窗的时候关闭当前页面并刷新
var index=parent.layer.getFrameIndex(window.name); //获取当前窗口的name parent.layer.close(index);//关闭当前窗口 window.parent.location.reload();//刷新例子: layui.use( ...
分类:其他好文   时间:2020-07-07 17:18:39    阅读次数:162
前端下载txt/图片文件时,不弹窗下载,而是直接打开的问题
downloadFile(name, blob) { // 创建a标签 const link = document.createElement("a"); const url = URL.createObjectURL(blob); // download属性 link.setAttribute(" ...
分类:其他好文   时间:2020-07-06 13:07:40    阅读次数:175
scrapy 管理部署的爬虫项目的python类
# 测试浏览器弹窗的验证: import requests from urllib import parse import logging logging.basicConfig(level=logging.INFO) class ScrapyManager(object): def __init_ ...
分类:编程语言   时间:2020-07-05 19:07:10    阅读次数:71
webSocket的基本使用
1.引入依赖 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-websocket</artifactId> </dependency> 2.在前端页面编写WebSocke ...
分类:Web程序   时间:2020-07-05 17:06:59    阅读次数:92
爬虫 浏览器弹窗窗口的验证方式
https://blog.csdn.net/u012935344/article/details/105577324 import requests res = requests.get(url=url, auth=('admin', 'admin')) # 元组中设置你的账号密码 print(re ...
分类:其他好文   时间:2020-07-05 00:21:24    阅读次数:94
2006条   上一页 1 ... 5 6 7 8 9 ... 201 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!