修改图片问题

This commit is contained in:
邹景立 2021-04-28 14:07:43 +08:00
parent c5e5648781
commit 18506562bd

View File

@ -81,7 +81,7 @@
height: 90px; height: 90px;
border-radius: 5px; border-radius: 5px;
box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.2);
background: url("__ROOT__/static/plugs/uploader/theme/image.png") no-repeat center center; background: url("__ROOT__/static/theme/img/image.png") no-repeat center center;
background-size: cover; background-size: cover;
} }
</style> </style>