guanqb
2022-12-05 1762a7c35b08a27f16112bb754a78d830e5b3a50
搜索框样式修改
4 files modified
25 ■■■■■ changed files
src/styles/element-ui/element-ui.scss 7 ●●●● patch | view | raw | blame | history
src/views/police/index.vue 6 ●●●● patch | view | raw | blame | history
src/views/video/list.vue 6 ●●●● patch | view | raw | blame | history
src/views/video/region.vue 6 ●●●● patch | view | raw | blame | history
src/styles/element-ui/element-ui.scss
@@ -87,7 +87,8 @@
    font-size: 12px;
    color: #fff;
    font-weight: 200;
    background-color: $table-body-tr-n-color!important;
    // background-color: $table-body-tr-n-color!important;
    background-color:rgba(9, 53, 182,0.93)!important;
}
.el-select-dropdown__list {
@@ -272,6 +273,10 @@
    border-top: 2px solid #293f6f !important;
}
.el-date-picker__header-label{
    color: #fff !important;
}
src/views/police/index.vue
@@ -840,7 +840,7 @@
            .search-box {
                padding: 6px;
                padding-top: 0;
                height: 48px;
                height: 46px;
                display: flex;
                input {
@@ -867,7 +867,7 @@
                    font-weight: 700;
                    width: 80px;
                    height: 100%;
                    background-color: $table-body-tr-2n-color;
                    background-color: $table-body-tr-n-color;
                    color: #fff;
                    border: 1px solid rgb(0, 92, 169);
                    cursor: pointer;
@@ -875,7 +875,7 @@
                }
                button:active {
                    background-color: $table-body-tr-n-color;
                    background-color: $table-body-tr-2n-color;
                    border: 1px solid rgb(0, 92, 169);
                }
            }
src/views/video/list.vue
@@ -443,14 +443,14 @@
        background: $bg-color;
        .search-box {
            padding: 8px;
            height: 48px;
            padding: 6px;
            height: 52px;
            display: flex;
            input {
                flex: 1;
                height: 100%;
                font-size: 16px;
                font-size: 18px;
                text-indent: 1em;
                color: #ffffff;
                background-color: transparent;
src/views/video/region.vue
@@ -637,14 +637,14 @@
            background: $bg-color;
            .search-box {
                padding: 8px;
                height: 48px;
                padding: 6px;
                height: 52px;
                display: flex;
                input {
                    flex: 1;
                    height: 100%;
                    font-size: 16px;
                    font-size: 18px;
                    text-indent: 1em;
                    color: #ffffff;
                    background-color: transparent;