zhanghua
2022-12-21 02fbad0abac2692f8df1fa67b88f8995ab27db19
换皮肤
24个文件已修改
96 ■■■■ 已修改文件
src/App.vue 30 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/Table/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/components/scene/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/intelligentPatrol/illegalSearch/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/intelligentPatrol/statistics/unlawful/area/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/intelligentPatrol/statistics/unlawful/point/index.vue 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/intelligentPatrol/statistics/unlawful/shop/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/intelligentPatrol/statistics/unlawful/time/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/intelligentPatrol/statistics/unlawful/type/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/layout/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/operate/baseSetting/violation/index.vue 10 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/operate/disposal/casepool/escalation/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/operate/images/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/operate/log/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/operate/management/message/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/operate/myWait/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/operate/sms/smsIndex/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/operate/video/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/operate/writManager/writ/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/operate/writManager/writTemplate/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/systemSetting/baseSetting/department/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/systemSetting/device/bayonet/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/systemSetting/device/handheldTerminal/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/systemSetting/device/loudspeaker/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/App.vue
@@ -55,26 +55,26 @@
.el-select-dropdown,
.popper-class {
  background-color: #17324c !important;
  // background-color: #17324c !important;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
  background-color: #17324c !important;
  // background-color: #17324c !important;
}
.el-tree {
  background-color: #09152f !important;
  // background-color: #09152f !important;
}
.el-tree-node__content:hover,
.el-upload-list__item:hover {
  background-color: #09152f !important;
  // background-color: #09152f !important;
  color: #4b9bb7 !important;
}
.el-tree-node:focus > .el-tree-node__content {
  background-color: #070f22 !important;
  // background-color: #070f22 !important;
  color: #4b9bb7;
}
@@ -89,7 +89,7 @@
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #070f22;
  // background-color: #070f22;
}
/*定义滚动条轨道
@@ -97,7 +97,7 @@
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #070f22;
  // background-color: #070f22;
}
/*定义滑块
@@ -111,7 +111,7 @@
// 设置dialog样式
.el-dialog__header,
.el-dialog__body {
  background-color: #06122c;
  // background-color: #06122c;
}
.el-dialog__header {
@@ -140,7 +140,7 @@
  // 设置table样式
  .el-table__empty-block {
    background-color: #09152f;
    // background-color: #09152f;
  }
  .el-table__empty-block {
@@ -152,19 +152,19 @@
  }
  .el-table .warning-row {
    background: #06122c;
    // background: #06122c;
  }
  .el-table .success-row {
    background: #071f39;
    // background: #071f39;
  }
  .el-input__inner {
    background-color: #09152f;
    border: 1px solid #17324c;
    // background-color: #09152f;
    // border: 1px solid #17324c;
  }
  .el-textarea__inner {
    background-color: #09152f;
    // background-color: #09152f;
    border: 1px solid #17324c;
  }
}
@@ -183,6 +183,6 @@
  background-color: rgb(145, 143, 143); /*滚动条的背景颜色*/
}
.el-range-input {
  background-color: #09152f;
  // background-color: #09152f;
}
</style>
src/components/Table/index.vue
@@ -206,7 +206,7 @@
                &::v-deep .el-input__inner {
                    border: none;
                    background-color: #09152f;
                    // background-color: #09152f;
                }
                &:hover .el-checkbox {
src/components/scene/index.vue
@@ -219,8 +219,8 @@
        padding: 20px 0px;
        ::v-deep .el-input__inner {
            background-color: #09152f;
            border: 1px solid #17324c;
            // background-color: #09152f;
            // border: 1px solid #17324c;
        }
    }
src/views/intelligentPatrol/illegalSearch/index.vue
@@ -352,7 +352,7 @@
  color: #4b9bb7;
  header {
    background-color: #09152f;
    background-color: white;
    .headerContent {
      padding: 20px 40px;
@@ -430,7 +430,7 @@
          &::v-deep .el-input__inner {
            border: none;
            background-color: #09152f;
            // background-color: #09152f;
          }
        }
      }
src/views/intelligentPatrol/statistics/unlawful/area/index.vue
@@ -190,7 +190,7 @@
  color: #4b9bb7;
  header {
    background-color: #09152f;
    background-color: white;
    border: 1pox solid #fff;
    .header-content {
@@ -213,8 +213,8 @@
          color: #1d3f57;
          &::v-deep .el-input__inner {
            background-color: #09152f;
            border: 1px solid #17324c;
            // background-color: #09152f;
            // border: 1px solid #17324c;
          }
        }
        .el-select {
src/views/intelligentPatrol/statistics/unlawful/point/index.vue
@@ -200,7 +200,7 @@
  color: #4b9bb7;
  header {
    background-color: #09152f;
    background-color: white;
    border: 1pox solid #fff;
    .header-content {
@@ -223,8 +223,8 @@
          color: #1d3f57;
          &::v-deep .el-input__inner {
            background-color: #09152f;
            border: 1px solid #17324c;
            // background-color: #09152f;
            // border: 1px solid #17324c;
          }
        }
        .el-select {
src/views/intelligentPatrol/statistics/unlawful/shop/index.vue
@@ -194,7 +194,7 @@
  color: #4b9bb7;
  header {
    background-color: #09152f;
    background-color: white;
    border: 1pox solid #fff;
    .header-content {
src/views/intelligentPatrol/statistics/unlawful/time/index.vue
@@ -190,7 +190,7 @@
  color: #4b9bb7;
  header {
    background-color: #09152f;
    background-color: white;
    border: 1pox solid #fff;
    .header-content {
src/views/intelligentPatrol/statistics/unlawful/type/index.vue
@@ -198,7 +198,7 @@
  color: #4b9bb7;
  header {
    background-color: #09152f;
    background-color: white;
    border: 1pox solid #fff;
    .header-content {
src/views/layout/index.vue
@@ -42,7 +42,7 @@
}
.el-main {
  background-color: #070f22;
  background-color: #e4e5e9;
  color: #333;
  text-align: center;
  line-height: 160px;
src/views/operate/baseSetting/violation/index.vue
@@ -25,7 +25,7 @@
            <div class="mainContent">
                <!-- 数据展示 -->
                <el-table ref="multipleTable"
                    :header-cell-style="{background:'#06122c','font-size':'12px',color:'#4b9bb7','font-weight':'650','line-height':'45px'}"
                    :header-cell-style="{'font-size':'12px',color:'#4b9bb7','font-weight':'650','line-height':'45px'}"
                    :data="tableData" style="width: 100%" :row-class-name="tableRowClassName"
                    @selection-change="tableChange">
                    <el-table-column type="selection" min-width="5">
@@ -284,7 +284,7 @@
    }
    header {
        background-color: #09152f;
        // background-color: #09152f;
        .headerContent {
            padding: 0 40px;
@@ -331,7 +331,7 @@
    }
    main {
        background-color: #09152f;
        // background-color: #09152f;
        margin-top: 20px;
        padding-bottom: 50px;
@@ -368,7 +368,7 @@
                    &::v-deep .el-input__inner {
                        border: none;
                        background-color: #09152f;
                        // background-color: #09152f;
                    }
                    &:hover {
@@ -393,7 +393,7 @@
                    &::v-deep li,
                    &::v-deep .btn-prev,
                    &::v-deep .btn-next {
                        background-color: #071f39;
                        // background-color: #071f39;
                        color: #4b9bb7;
                    }
src/views/operate/disposal/casepool/escalation/index.vue
@@ -406,7 +406,7 @@
  color: #4b9bb7;
  header {
    background-color: #09152f;
    background-color: white;
    .headerContent {
      padding: 0 40px;
src/views/operate/images/index.vue
@@ -395,7 +395,7 @@
  color: #4b9bb7;
  header {
    background-color: #09152f;
    background-color: white;
    .headerContent {
      padding: 0 40px;
src/views/operate/log/index.vue
@@ -431,7 +431,7 @@
  color: #4b9bb7;
  header {
    background-color: #09152f;
    background-color: white;
    border: 1pox solid #fff;
    .header-nav {
src/views/operate/management/message/index.vue
@@ -240,7 +240,7 @@
  color: #4b9bb7;
  header {
    background-color: #09152f;
    background-color: white;
    .header-title {
      line-height: 40px;
      padding: 0 20px;
src/views/operate/myWait/index.vue
@@ -356,7 +356,7 @@
  }
  header {
    background-color: #09152f;
    background-color: white;
    .headerContent {
      padding: 0 40px;
src/views/operate/sms/smsIndex/index.vue
@@ -393,7 +393,7 @@
  color: #4b9bb7;
  header {
    background-color: #09152f;
    background-color: white;
    .header-nav {
      line-height: 40px;
src/views/operate/video/index.vue
@@ -373,7 +373,7 @@
  color: #4b9bb7;
  header {
    background-color: #09152f;
    background-color: white;
    .headerContent {
      padding: 0 40px;
src/views/operate/writManager/writ/index.vue
@@ -261,7 +261,7 @@
  color: #4b9bb7;
  header {
    background-color: #09152f;
    background-color: white;
    .header-content {
      padding: 0 40px;
src/views/operate/writManager/writTemplate/index.vue
@@ -164,7 +164,7 @@
  color: #4b9bb7;
  header {
    background-color: #09152f;
    background-color: white;
    .header-content {
      padding: 0 40px;
src/views/systemSetting/baseSetting/department/index.vue
@@ -447,7 +447,7 @@
  color: #4b9bb7;
  header {
    background-color: #09152f;
    background-color: white;
    border: 1 pox solid #fff;
    .headerContent {
src/views/systemSetting/device/bayonet/index.vue
@@ -202,7 +202,7 @@
  color: #4b9bb7;
  header {
    background-color: #09152f;
    background-color: white;
    .header-content {
      padding: 0 40px;
src/views/systemSetting/device/handheldTerminal/index.vue
@@ -240,7 +240,7 @@
  color: #4b9bb7;
  header {
    background-color: #09152f;
    background-color: white;
    border: 1pox solid #fff;
    .header-content {
src/views/systemSetting/device/loudspeaker/index.vue
@@ -245,7 +245,7 @@
  color: #4b9bb7;
  header {
    background-color: #09152f;
    background-color: white;
    border: 1pox solid #fff;
    .header-content {