inleft
2022-03-03 dc66ec6f3c3ae560bdcbb5e0a1790b27228205e8
修复图片定位问题
1 files modified
9 ■■■■ changed files
src/components/mini/box-new-article.vue 9 ●●●● patch | view | raw | blame | history
src/components/mini/box-new-article.vue
@@ -109,6 +109,10 @@
    .recent-post-item {
        position: relative;
        a {
            position: initial;
        }
    }
    .miniTag {
@@ -203,9 +207,10 @@
    }
    #recent-posts>.recent-post-item .post_cover {
        width: 33%;
        position: sticky;
        // position: sticky;
        position: inherit;
        width: 33%;
        opacity: .8;
        padding: calc(1.2rem * @ahzoo-proportion) calc(0.2rem * @ahzoo-proportion);
        overflow: hidden;