1
guanqb
2022-12-02 7a4161f1e6cf6d5bf93d64a23d669182f4e7cf90
src/styles/dc/index.scss
@@ -134,7 +134,7 @@
    background: #fff;
    border-radius: 5px;
    z-index: 97;
    background-color: $bg-color !important;
    // background-color: $table-header-bg-color !important;
    cursor: pointer;
    .img,
@@ -144,7 +144,7 @@
        background-size: 100% 100%;
        width: 80px;
        height: 60px;
        border: 2px solid #1a6bae;
        border: 2px solid  $table-header-bg-color;
        span {
            position: absolute;
@@ -155,13 +155,14 @@
        }
        &>.on {
            background-color: #1a6bae;
            background-color: $table-header-bg-color;
        }
    }
    .img:hover,
    .elec:hover {
        border: 2px solid #fff;
    .img:hover span,
    .elec:hover span {
        // border: 2px solid #eee;
        font-weight: 700;
    }
    .elec {