@@ -1161,3 +1161,11 @@ body:not(.sidebar-mini-md) .content-wrapper, body:not(.sidebar-mini-md) .main-fo
.box-body img {
max-width: 100%;
}
+
+.web-uploader .filelist li .imgWrap {
+ display: flex; /* 使用Flexbox布局 */
+ justify-content: center; /* 水平居中 */
+ align-items: center; /* 垂直居中 */
+}