style: 增加loading遮罩的透明度
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
var BASE_CONFIG = {
|
var BASE_CONFIG = {
|
||||||
baseUrl: 'http://192.168.44.53:8090/',
|
baseUrl: 'http://192.168.44.54:8090/',
|
||||||
version: '2.0.2021.05.11.19.43'
|
version: '2.0.2021.05.11.19.43'
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -389,9 +389,8 @@
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
background-color: #fefefe;
|
background-color: rgba(255, 255, 255, .2);
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
opacity: .8;
|
|
||||||
|
|
||||||
img {
|
img {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|||||||
Reference in New Issue
Block a user