写过Spring Boot都知道需要有一个入口类,这个类上面必不可上的需要有一个@SpringBootApplication注解还有run方法,下面我们讲一下他们。 @SpringBootApplication 点击进入该注解,我们可以发现其是一个复合注解,包括@SpringBootConfigur ...
分类:
编程语言 时间:
2020-06-04 19:25:17
阅读次数:
72
加上两行代码就行: .el-table__header{ width: 100% !important; } .el-table__body{ width: 100% !important; } ...
分类:
其他好文 时间:
2020-06-04 10:45:47
阅读次数:
325
!important为开发者提供了一个增加样式权重的方法。应当注意的是!important是对整条样式的声明,包括这个样式的属性和属性值 <!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; ...
分类:
Web程序 时间:
2020-06-02 19:23:08
阅读次数:
73
解决办法,在app.vue中加入如下样式(scss) .el-scrollbar { //element-ui 下拉框在ios上 点击两次才能选中 > .el-scrollbar__bar { opacity: 1 !important; } } 。 ...
分类:
移动开发 时间:
2020-06-01 20:51:27
阅读次数:
210
使用css3 的媒体查询功能 @media print{ .header,.left { display:none !important; } } .header,.left这些class的元素还是会在页面上,但不会出现在打印的预览里。这样调用window.print()时就可以实现局部打印了。不过 ...
.wx-swiper-dots{position:relative;left: unset!important;right: 0;} .wx-swiper-dots.wx-swiper-dots-horizontal{ margin-bottom: -5rpx; } ...
分类:
微信 时间:
2020-05-23 09:50:46
阅读次数:
648
常用 "CSS选择器" 查看地址 (https://www.cnblogs.com/hleisurely/p/12836777.html) 1.选择器的优先级 !important的优先级别最高 权重值为1111 用来提升某个直接选中标签的选择器中某个属性的优先级的,可以将被指定的属性的优先级提升为 ...
分类:
Web程序 时间:
2020-05-18 21:09:26
阅读次数:
73
运行python程序时发现缺少numpy库 运行-》cmd输入 pip3 install numpy,下载中 看到Successfully installed numpy-1.18.4显然安装成功了 输入python进入python解释器并输入import numpy as np验证一下,没报错,确 ...
分类:
编程语言 时间:
2020-05-18 18:41:38
阅读次数:
398
经典的"粘连"footer布局 参考文章链接在文章末尾,简单的语言总结如下: 经典的“粘连”footer布局就是。我们有一块内容<main>。当<main>的高度足够长的时候,紧跟在<main>后面的元素<footer>会跟在<main>元素的后面。当<main>元素比较短的时候(比如小于屏幕的高度 ...
分类:
其他好文 时间:
2020-05-18 18:39:01
阅读次数:
54
说明: 版本:ideaIU-2019.3.3.win.zip + 补丁(jetbrains-agent.jar + important.txt) 1,安装IDEA 解压版IDEA安装:将IDEA解压到 D:\Program Files\ideaIU-2019.3.3.win 后,进入 bin 文件夹 ...
分类:
其他好文 时间:
2020-05-18 18:37:19
阅读次数:
406