guanqb
2023-02-02 a6f5cf771e5039729731ee5502094da776ef9c23
活动样式修改
3 files modified
9 ■■■■■ changed files
src/styles/element-ui/element-ui.scss 2 ●●● patch | view | raw | blame | history
src/styles/media/index.scss 3 ●●●●● patch | view | raw | blame | history
src/views/activity/index.vue 4 ●●●● patch | view | raw | blame | history
src/styles/element-ui/element-ui.scss
@@ -74,7 +74,7 @@
.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #184fca;
    color: #ffffff !important;
    color: #c0c4cc !important;
}
.el-pagination.is-background .btn-next,
src/styles/media/index.scss
@@ -2691,6 +2691,9 @@
            margin-left: countSizeVw(110, 1920);
            display: flex;
        }
        .el-picker-panel__body {
            display: flex;
        }
       
        .el-date-table .disabled div{
            background-color: $sub-tab-border-color;
src/views/activity/index.vue
@@ -122,7 +122,7 @@
            </div>
        </div>
        <div v-show="dialogVisible" class="draw-btn-box">
        <div v-show="dialogVisible&&!polylineBtnSwitch" class="draw-btn-box">
            <div class="left">
                <h3>预案布置</h3>
                <div>
@@ -2160,7 +2160,7 @@
            letter-spacing: 4px;
            width: 98%;
            height: 98%;
            background-color: #000;
            background-color: rgba(0, 0, 0, 0.7);
            margin: 1%;
            display: flex;
            align-items: center;