Browse Source

上传图片上下居中

moshaorui 3 months ago
parent
commit
38ccd0e686

+ 8 - 0
public/vendor/dcat-admin/dcat/css/dcatplus.css

@@ -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; /* 垂直居中 */
+}
+
+

File diff suppressed because it is too large
+ 0 - 0
public/vendor/dcat-admin/dcat/extra/upload.css


Some files were not shown because too many files changed in this diff