智慧农业大数据平台
xiebin
2022-08-29 b1086afdaad5ccbf9d68fbae5529d3644f690f71
src/views/lyout/index.vue
@@ -80,11 +80,10 @@
            left: 0;
            width: 100%;
            height: 76px;
            background: url(/img/header-bg.png) no-repeat;
            background: url(../../../public/img/header-bg.png) no-repeat;
            background-size: auto 100%;
            z-index: 1;
        }
        .content {
            position: absolute;
            top: 0;
@@ -102,12 +101,12 @@
                .nav {
                    margin-left: 16px;
                    background: url(/img/select.png) no-repeat;
                    background: url(../../../public/img/select.png) no-repeat;
                    background-size: 100% 100%;
                }
                .nav.on {
                    background: url(/img/selected.png) no-repeat;
                    background: url(../../../public/img/selected.png) no-repeat;
                    background-size: 100% 100%;
                }
            }
@@ -118,12 +117,12 @@
                .nav {
                    margin-right: 16px;
                    background: url(/img/right-select.png) no-repeat;
                    background: url(../../../public/img/right-select.png) no-repeat;
                    background-size: 100% 100%;
                }
                .nav.on {
                    background: url(/img/right-selected.png) no-repeat;
                    background: url(../../../public/img/right-selected.png) no-repeat;
                    background-size: 100% 100%;
                }
            }