sgj
5 天以前 824d4e6be22a1d101897bf1be575bb5e3ed33845
fzzy-igdss-web/src/main/resources/static/security/snap/snapRecord-style.css
@@ -70,7 +70,7 @@
.gallery-img {
    width: 100%;
    height: 195px;
    height: 240px;
    object-fit: cover;
    cursor: pointer;
    transition: all 0.3s ease;
@@ -131,7 +131,8 @@
.gallery-tags {
    display: flex;
    flex-wrap: wrap;
    /*gap: 8px;*/
    margin-left: auto;
    gap: 3px;
    /*margin: 12px 0;*/
}
@@ -139,7 +140,8 @@
/* 分页样式 */
.pagination-container {
    display: flex;
    justify-content: center;
    justify-content: flex-end;
    width: 100%;
    /*margin-top: 40px;*/
}