소스 검색

上传图片上下居中

moshaorui 3 달 전
부모
커밋
38ccd0e686
2개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      public/vendor/dcat-admin/dcat/css/dcatplus.css
  2. 0 0
      public/vendor/dcat-admin/dcat/extra/upload.css

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

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
public/vendor/dcat-admin/dcat/extra/upload.css


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.