1
guanqb
2022-12-02 7a4161f1e6cf6d5bf93d64a23d669182f4e7cf90
src/views/home/components/bottomContainer.vue
@@ -361,12 +361,12 @@
            }
            li:nth-child(2n) {
                background: rgba(20, 50, 123, 1);
                background: $table-body-tr-2n-color;
                color: #fff !important;
            }
            li:nth-child(2n-1) {
                background: rgba(29, 38, 105, 1);
                background: $table-body-tr-n-color;
                color: #fff;
            }
        }