sgj
5 天以前 824d4e6be22a1d101897bf1be575bb5e3ed33845
fzzy-igdss-web/src/main/resources/static/security/eventInfo/eventInfo-style.css
@@ -52,7 +52,7 @@
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 20px;
    margin-bottom: 15px;
    margin-bottom: 5px;
}
.gallery-item {
@@ -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;*/
}