loading路径修改
This commit is contained in:
@@ -147,7 +147,7 @@
|
|||||||
left: calc(50% - 120px);
|
left: calc(50% - 120px);
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
width: 80px; height: 80px;
|
width: 80px; height: 80px;
|
||||||
background: url('/assets/images/loading.png') no-repeat top center, linear-gradient(to top, transparent, transparent);
|
background: url('/adminweb/assets/images/loading.png') no-repeat top center, linear-gradient(to top, transparent, transparent);
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
animation: spin 2s linear infinite;
|
animation: spin 2s linear infinite;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user