Browse Source

优化

newStyle
jyt 2 years ago
parent
commit
36c70353cd
77 changed files with 376 additions and 40 deletions
  1. +1
    -0
      src/App.vue
  2. +1
    -1
      src/components/Calendar/calendar.vue
  3. +3
    -0
      src/components/error-page/403.vue
  4. +3
    -0
      src/components/error-page/404.vue
  5. +3
    -0
      src/components/error-page/500.vue
  6. +3
    -1
      src/components/queryForm/index.vue
  7. +2
    -1
      src/components/theme.color.scss
  8. +3
    -0
      src/components/wechat/WxMaterialSelect.vue
  9. +1
    -1
      src/mixins/color.js
  10. +5
    -1
      src/page/check/chose.vue
  11. +1
    -1
      src/page/check/index.vue
  12. +1
    -0
      src/page/index/tags.vue
  13. +4
    -0
      src/page/index/top/top-lock.vue
  14. +5
    -1
      src/page/login/codelogin.vue
  15. +5
    -1
      src/page/login/userlogin.vue
  16. +4
    -0
      src/page/logs/index.vue
  17. +4
    -0
      src/page/wel.vue
  18. +1
    -1
      src/store/modules/common.js
  19. +3
    -3
      src/styles/tags.scss
  20. +3
    -3
      src/styles/theme/d2.scss
  21. +4
    -4
      src/styles/theme/iview.scss
  22. +1
    -1
      src/styles/theme/white.scss
  23. +7
    -0
      src/views/Customer/AgentManagement.vue
  24. +7
    -0
      src/views/Customer/CompanyRecord.vue
  25. +7
    -0
      src/views/Customer/Companymanagement.vue
  26. +7
    -0
      src/views/Customer/SalesStage.vue
  27. +7
    -0
      src/views/Customer/index.vue
  28. +10
    -3
      src/views/Customer/label.vue
  29. +7
    -0
      src/views/Customer/source.vue
  30. +7
    -0
      src/views/Equipment/batch.vue
  31. +4
    -1
      src/views/Equipment/equipmentDetailList.vue
  32. +3
    -1
      src/views/Equipment/equipmentOnlineRecordList.vue
  33. +8
    -1
      src/views/Equipment/index.vue
  34. +7
    -0
      src/views/Equipment/record.vue
  35. +8
    -1
      src/views/Equipment/state.vue
  36. +7
    -0
      src/views/File/index.vue
  37. +7
    -0
      src/views/Receive/index.vue
  38. +7
    -0
      src/views/ReceivingRecords/index.vue
  39. +7
    -0
      src/views/Scheduling/index.vue
  40. +4
    -0
      src/views/Statistics/ConsultantBrand.vue
  41. +3
    -0
      src/views/Statistics/Insightintothedetails.vue
  42. +3
    -2
      src/views/Statistics/ReceptionOverview.vue
  43. +7
    -0
      src/views/Statistics/ReceptionStatistical.vue
  44. +4
    -0
      src/views/Statistics/TrendAnalysis.vue
  45. +3
    -0
      src/views/Statistics/dataScreeAge.vue
  46. +3
    -0
      src/views/Statistics/dataScreeOrg.vue
  47. +3
    -0
      src/views/Statistics/dataScreeSys.vue
  48. +7
    -0
      src/views/Template/Pinspeakwords.vue
  49. +7
    -0
      src/views/Template/PinspeakwordsList.vue
  50. +7
    -0
      src/views/Template/SystemarketingWordMB.vue
  51. +7
    -0
      src/views/Template/taboo.vue
  52. +7
    -0
      src/views/Template/wrongword.vue
  53. +4
    -1
      src/views/activiti/detail.vue
  54. +4
    -0
      src/views/admin/app/index.vue
  55. +4
    -0
      src/views/admin/dept/index.vue
  56. +4
    -0
      src/views/admin/log/index.vue
  57. +4
    -0
      src/views/admin/log/log.vue
  58. +4
    -0
      src/views/admin/role/index.vue
  59. +4
    -0
      src/views/admin/role/orgRole.vue
  60. +4
    -1
      src/views/admin/user/index.vue
  61. +4
    -0
      src/views/admin/user/info.vue
  62. +7
    -0
      src/views/building/Count.vue
  63. +7
    -0
      src/views/building/area.vue
  64. +10
    -0
      src/views/building/index.vue
  65. +7
    -0
      src/views/contentManage/updateRecord/list.vue
  66. +4
    -0
      src/views/contentManage/updateRecord/update.vue
  67. +7
    -0
      src/views/daemon/job-manage/index.vue
  68. +3
    -0
      src/views/daemon/status-trace-log/index.vue
  69. +7
    -0
      src/views/gen/index.vue
  70. +7
    -0
      src/views/houseData/analyse.vue
  71. +7
    -0
      src/views/houseData/count.vue
  72. +14
    -2
      src/views/inspection/ProhibitedList.vue
  73. +2
    -2
      src/views/monitor/redis/index.vue
  74. +7
    -0
      src/views/mp/wxaccount/index.vue
  75. +3
    -0
      src/views/mp/wxautoreply/index.vue
  76. +1
    -1
      src/views/mp/wxmaterial/index.vue
  77. +4
    -4
      src/views/mp/wxstatistics/index.vue

+ 1
- 0
src/App.vue View File

@@ -47,4 +47,5 @@ export default {
}
}
}

</style>

+ 1
- 1
src/components/Calendar/calendar.vue View File

@@ -1,7 +1,7 @@
<style scoped>
@media screen and (min-width: 500px) {
.wh_item_date:hover {
background: #71c7a5;
background: #538fe9;
cursor: pointer;
color: #fff;
border-radius: 50%;


+ 3
- 0
src/components/error-page/403.vue View File

@@ -131,4 +131,7 @@ export default {
margin-bottom: 40px;
}
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>

+ 3
- 0
src/components/error-page/404.vue View File

@@ -93,4 +93,7 @@ export default {
margin-bottom: 40px;
}
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>

+ 3
- 0
src/components/error-page/500.vue View File

@@ -113,5 +113,8 @@ export default {
margin-bottom: 40px;
}
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>


+ 3
- 1
src/components/queryForm/index.vue View File

@@ -117,5 +117,7 @@ export default {
</script>

<style scoped="scoped" lang="scss">

/deep/ .el-button--text{
color: #2671E2;
}
</style>

+ 2
- 1
src/components/theme.color.scss View File

@@ -11,4 +11,5 @@ $color10: #BA3FB7;
$color11: #54BEF3;
$color12: #3C21F7;
$color13: #F87148;
$color14: #3EB171;
$color14: #3EB171;
$color15: #2671E2;

+ 3
- 0
src/components/wechat/WxMaterialSelect.vue View File

@@ -208,5 +208,8 @@
column-count: 1;
}
}
/deep/ .el-button--text{
color: #2671E2;
}
/*瀑布流样式*/
</style>

+ 1
- 1
src/mixins/color.js View File

@@ -1,6 +1,6 @@
import { mapGetters } from 'vuex'
const version = require('element-ui/package.json').version // element-ui version from node_modules
const ORIGINAL_THEME = '#409EFF' // default color
const ORIGINAL_THEME = '#2671E2' // default color
export default function() {
return {
data() {


+ 5
- 1
src/page/check/chose.vue View File

@@ -445,7 +445,7 @@ export default {
}
.head {
height: 64px;
background: #409eff;
background: #2671E2;
display: flex;
padding: 0 20%;
box-sizing: border-box;
@@ -522,4 +522,8 @@ export default {
// left: 30%;
text-align: center;
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
</style>

+ 1
- 1
src/page/check/index.vue View File

@@ -282,7 +282,7 @@ export default {
}
.head {
height: 64px;
background: #409eff;
background: #2671E2;
display: flex;
padding: 0 20%;
box-sizing: border-box;


+ 1
- 0
src/page/index/tags.vue View File

@@ -175,5 +175,6 @@
}
}
}
</script>


+ 4
- 0
src/page/index/top/top-lock.vue View File

@@ -69,4 +69,8 @@
</script>

<style lang="scss" scoped>
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
</style>

+ 5
- 1
src/page/login/codelogin.vue View File

@@ -133,7 +133,7 @@ export default {
};
</script>

<style>
<style lang="scss" scoped>
.msg-text {
display: block;
width: 60px;
@@ -144,4 +144,8 @@ export default {
.msg-text.display {
color: #ccc;
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
</style>

+ 5
- 1
src/page/login/userlogin.vue View File

@@ -354,5 +354,9 @@ export default {
};
</script>

<style>
<style lang="scss" scoped>
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
</style>

+ 4
- 0
src/page/logs/index.vue View File

@@ -122,4 +122,8 @@ export default {
white-space: pre;
margin: 0 1em;
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
</style>

+ 4
- 0
src/page/wel.vue View File

@@ -2388,4 +2388,8 @@ export default {
background-size: 100%;
margin-left: 6px;
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
</style>

+ 1
- 1
src/store/modules/common.js View File

@@ -18,7 +18,7 @@ const common = {
showTheme: getStore({ name: 'showTheme' })|| false,
showColor: getStore({ name: 'showColor' })|| false,
showMenu: getStore({ name: 'showMenu' }),
theme: getStore({ name: 'theme' }) || '#409EFF',
theme: getStore({ name: 'theme' }) || '#2671E2',
themeName: getStore({ name: 'themeName' }) || 'default',
lockPasswd: getStore({ name: 'lockPasswd' }) || '',
website: website


+ 3
- 3
src/styles/tags.scss View File

@@ -29,8 +29,8 @@
font-weight: normal;
color: #ccc;
&.is-active {
color: #409EFF;
border-bottom: 3px solid #409EFF;
color: #2671E2;
border-bottom: 3px solid #2671E2;
}
}
.el-tabs__nav-prev,
@@ -77,7 +77,7 @@
border-bottom-right-radius: 5px;
}
&:hover{
background-color: #409EFF;
background-color: #2671E2;
color:#fff;
}
}


+ 3
- 3
src/styles/theme/d2.scss View File

@@ -1,6 +1,6 @@
.theme-d2 {
.avue-logo{
color: #409EFF;
color: #2671E2;
background-color: #ebf1f6;
box-shadow: none;
.avue-logo_title{
@@ -36,7 +36,7 @@
.is-active{
border-bottom:1px solid #fff !important;
background-color: #fff !important;
color: #409EFF !important;
color: #2671E2 !important;
}
}
.avue-sidebar{
@@ -49,7 +49,7 @@
&:hover,&.is-active{
background: hsla(0,0%,100%,.5);
i,span{
color: #409EFF;
color: #2671E2;
}
}
}


+ 4
- 4
src/styles/theme/iview.scss View File

@@ -15,7 +15,7 @@
margin: 10px auto;
width: 180px;
height: 45px;
background-color: #409EFF;
background-color: #2671E2;
}
}
}
@@ -25,7 +25,7 @@
box-shadow: inset 0 0 3px 2px hsla(0,0%,39.2%,.1);
.is-active{
&:before{
background: #409EFF !important;
background: #2671E2 !important;
}
}
.el-tabs__item{
@@ -58,14 +58,14 @@
display: none;
}
i,span{
color:#409EFF;
color:#2671E2;
}
}
}
.el-submenu{
.el-menu-item{
&.is-active {
background-color: #409EFF;
background-color: #2671E2;
&:before {
display: none;
}


+ 1
- 1
src/styles/theme/white.scss View File

@@ -45,7 +45,7 @@
color:#666 ;
}
&.is-active{
background-color:#409EFF ;
background-color:#2671E2 ;
span,i {
color:#fff ;
}


+ 7
- 0
src/views/Customer/AgentManagement.vue View File

@@ -1203,4 +1203,11 @@ export default {
font-weight: bold;
}
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>

+ 7
- 0
src/views/Customer/CompanyRecord.vue View File

@@ -1229,4 +1229,11 @@ export default {
font-weight: bold;
}
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>

+ 7
- 0
src/views/Customer/Companymanagement.vue View File

@@ -1085,4 +1085,11 @@ export default {
font-weight: bold;
}
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>

+ 7
- 0
src/views/Customer/SalesStage.vue View File

@@ -313,4 +313,11 @@ computed: {
font-weight: bold;
}
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>

+ 7
- 0
src/views/Customer/index.vue View File

@@ -932,4 +932,11 @@ export default {
font-weight: bold;
}
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>

+ 10
- 3
src/views/Customer/label.vue View File

@@ -232,7 +232,7 @@
width: 100px;
height: 40px;
border-radius: 4px;
background: #409eff;
background: #2671E2;
font-size: 14px;
margin-left: 60px;
color: #ffffff;
@@ -673,8 +673,8 @@ overflow: hidden;
}
.addlevl{
width: 100px;
border: 1px solid #409EFF;
color: #409EFF;
border: 1px solid #2671E2;
color: #2671E2;
text-align: center;
line-height: 30rpx;
border-radius:4px ;
@@ -757,4 +757,11 @@ overflow: hidden;
font-weight: bold;
}
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>

+ 7
- 0
src/views/Customer/source.vue View File

@@ -526,4 +526,11 @@ export default {
font-weight: bold;
}
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>

+ 7
- 0
src/views/Equipment/batch.vue View File

@@ -344,4 +344,11 @@ export default {
font-weight: bold;
}
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>

+ 4
- 1
src/views/Equipment/equipmentDetailList.vue View File

@@ -1768,7 +1768,7 @@ export default {

.active {
background: #eef1f4;
// border: 1px solid #409eff;
// border: 1px solid #2671E2;
}

.timeSel {
@@ -1816,4 +1816,7 @@ export default {
background-size: 100%;
margin-left: 6px;
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>

+ 3
- 1
src/views/Equipment/equipmentOnlineRecordList.vue View File

@@ -593,5 +593,7 @@ export default {
margin-top: 20px;
padding: 18px;
}

/deep/ .el-button--text{
color: #2671E2;
}
</style>

+ 8
- 1
src/views/Equipment/index.vue View File

@@ -372,7 +372,7 @@
<el-button v-if="equ_index_del&&row.receiveType!=2" type="text" @click="toinifodelete()">删除</el-button> -->

<el-dropdown v-if="(row.receiveType == 2 && euq_index_back)||equ_index_change||equ_index_auto||(row.acceptanceStatus == 1 && equ_index_makeSure)||(row.acceptanceStatus != (1 || 0) && euq_index_normal)||( equ_index_bind&&row.receiveType!=2)||(equ_index_del&&row.receiveType!=2)||(equ_index_ubind&&row.propertyId)" @command="handleCommand($event, row)" trigger="click">
<span style="color: #409eff; font-size: 12px; margin-left: 10px; cursor: pointer;">
<span style="color: #2671E2; font-size: 12px; margin-left: 10px; cursor: pointer;">
更多<i class="el-icon-arrow-down el-icon--right"></i>
</span>
<el-dropdown-menu slot="dropdown">
@@ -1567,4 +1567,11 @@ export default {
font-weight: bold;
}
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>

+ 7
- 0
src/views/Equipment/record.vue View File

@@ -342,4 +342,11 @@ export default {
}
}
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>

+ 8
- 1
src/views/Equipment/state.vue View File

@@ -465,7 +465,7 @@
>
<span
style="
color: #409eff;
color: #2671E2;
font-size: 12px;
margin-left: 10px;
cursor: pointer;
@@ -1582,4 +1582,11 @@ export default {
font-weight: bold;
}
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>

+ 7
- 0
src/views/File/index.vue View File

@@ -365,4 +365,11 @@ export default {
font-weight: bold;
}
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>

+ 7
- 0
src/views/Receive/index.vue View File

@@ -2577,4 +2577,11 @@ export default {
font-weight: bold;
}
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>

+ 7
- 0
src/views/ReceivingRecords/index.vue View File

@@ -746,4 +746,11 @@ export default {
}
}
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>

+ 7
- 0
src/views/Scheduling/index.vue View File

@@ -734,4 +734,11 @@ height: 400px !important;
font-weight: bold;
}
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>

+ 4
- 0
src/views/Statistics/ConsultantBrand.vue View File

@@ -1330,4 +1330,8 @@ export default {
}
}
}
/deep/ .el-radio-button__orig-radio:checked+.el-radio-button__inner{
background: #2671e2 !important;
border-color: #2671e2 !important;
}
</style>

+ 3
- 0
src/views/Statistics/Insightintothedetails.vue View File

@@ -396,4 +396,7 @@ export default {
}
}
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>

+ 3
- 2
src/views/Statistics/ReceptionOverview.vue View File

@@ -1926,8 +1926,9 @@ export default {
height: 396px;
}

/deep/ .el-radio-button__orig-radio:checked+.el-radio-button__inner {
background: #2671e2;
/deep/ .el-radio-button__orig-radio:checked+.el-radio-button__inner{
background: #2671e2 !important;
border-color: #2671e2 !important;
}
.pop{
display: inline-block;


+ 7
- 0
src/views/Statistics/ReceptionStatistical.vue View File

@@ -831,4 +831,11 @@ export default {
font-weight: bold;
}
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>

+ 4
- 0
src/views/Statistics/TrendAnalysis.vue View File

@@ -1586,4 +1586,8 @@ export default {
background-size: 100%;
margin-left: 6px;
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
</style>

+ 3
- 0
src/views/Statistics/dataScreeAge.vue View File

@@ -1726,4 +1726,7 @@ export default {
background-size: 100%;
margin-left: 6px;
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>

+ 3
- 0
src/views/Statistics/dataScreeOrg.vue View File

@@ -1758,4 +1758,7 @@ export default {
background-size: 100%;
margin-left: 6px;
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>

+ 3
- 0
src/views/Statistics/dataScreeSys.vue View File

@@ -1917,4 +1917,7 @@ export default {
background-size: 100%;
margin-left: 6px;
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>

+ 7
- 0
src/views/Template/Pinspeakwords.vue View File

@@ -1101,4 +1101,11 @@ export default {
font-weight: bold;
}
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>

+ 7
- 0
src/views/Template/PinspeakwordsList.vue View File

@@ -466,4 +466,11 @@ export default {
font-weight: bold;
}
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>

+ 7
- 0
src/views/Template/SystemarketingWordMB.vue View File

@@ -485,4 +485,11 @@ export default {
font-weight: bold;
}
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>

+ 7
- 0
src/views/Template/taboo.vue View File

@@ -402,4 +402,11 @@ export default {
font-weight: bold;
}
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>

+ 7
- 0
src/views/Template/wrongword.vue View File

@@ -515,4 +515,11 @@ export default {
font-weight: bold;
}
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>

+ 4
- 1
src/views/activiti/detail.vue View File

@@ -86,5 +86,8 @@ export default {
overflow: hidden;
box-sizing: border-box;
}

/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
</style>

+ 4
- 0
src/views/admin/app/index.vue View File

@@ -297,4 +297,8 @@ export default {
}
}
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
</style>

+ 4
- 0
src/views/admin/dept/index.vue View File

@@ -381,4 +381,8 @@ export default {
}
}
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
</style>

+ 4
- 0
src/views/admin/log/index.vue View File

@@ -301,4 +301,8 @@ export default {
.div-inp {
width: 250px;
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
</style>

+ 4
- 0
src/views/admin/log/log.vue View File

@@ -312,4 +312,8 @@ export default {
.div-inp {
width: 250px;
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
</style>

+ 4
- 0
src/views/admin/role/index.vue View File

@@ -796,3 +796,7 @@ export default {
margin-left: 20% !important;
}
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}

+ 4
- 0
src/views/admin/role/orgRole.vue View File

@@ -296,3 +296,7 @@ export default {
margin-left: 20% !important;
}
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}

+ 4
- 1
src/views/admin/user/index.vue View File

@@ -2611,6 +2611,9 @@ export default {
/deep/ .el-tooltip{
width: 140px;
}

/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
</style>


+ 4
- 0
src/views/admin/user/info.vue View File

@@ -206,4 +206,8 @@ export default {
</script>
<style lang="scss">
@import "@/styles/info.scss";
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
</style>

+ 7
- 0
src/views/building/Count.vue View File

@@ -732,4 +732,11 @@ export default {
}
}
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>

+ 7
- 0
src/views/building/area.vue View File

@@ -385,5 +385,12 @@ export default {
font-weight: bold;
}
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>


+ 10
- 0
src/views/building/index.vue View File

@@ -1355,4 +1355,14 @@ export default {
font-weight: bold;
}
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
/deep/ .el-button--text{
color: #2671E2;
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>

+ 7
- 0
src/views/contentManage/updateRecord/list.vue View File

@@ -251,4 +251,11 @@ export default {
margin-top: 15px;
}
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>

+ 4
- 0
src/views/contentManage/updateRecord/update.vue View File

@@ -154,4 +154,8 @@ export default {
.btn{
margin-top: 100px;
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
</style>

+ 7
- 0
src/views/daemon/job-manage/index.vue View File

@@ -517,4 +517,11 @@
</script>

<style lang="scss" scoped>
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>

+ 3
- 0
src/views/daemon/status-trace-log/index.vue View File

@@ -137,5 +137,8 @@
</script>

<style lang="scss" scoped>
/deep/ .el-button--text{
color: #2671E2;
}
</style>


+ 7
- 0
src/views/gen/index.vue View File

@@ -246,5 +246,12 @@
</script>

<style lang="scss" scoped>
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>


+ 7
- 0
src/views/houseData/analyse.vue View File

@@ -1308,4 +1308,11 @@ export default {
background-size: 100%;
margin-left: 6px;
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>

+ 7
- 0
src/views/houseData/count.vue View File

@@ -464,4 +464,11 @@ export default {
font-weight: bold;
}
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>

+ 14
- 2
src/views/inspection/ProhibitedList.vue View File

@@ -291,6 +291,11 @@ export default {
isSystoleForm(){
this.isOpen = !this.isOpen
},
handleCurrentChange(val) {
console.log(`当前页: ${val}`);
this.currentPage = val;
// this.findbypage();
},
// 重置入参
resetParams() {
// this.searchForm
@@ -399,8 +404,8 @@ export default {

.tophove {
color: #ffffff;
background: #409eff;
border-color: #409eff;
background: #2671E2;
border-color: #2671E2;
}

.div-inp {
@@ -417,4 +422,11 @@ export default {
}
}
}
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>

+ 2
- 2
src/views/monitor/redis/index.vue View File

@@ -41,7 +41,7 @@ export default {
activeName: 'first',
timer: undefined,
memoryCumulate: {
color: ['#409EFF', '#FFCC99'],
color: ['#2671E2', '#FFCC99'],
title: {
text: 'Redis 内存情况'
},
@@ -115,7 +115,7 @@ export default {
}]
},
dbSizeCumulate: {
color: ['#409EFF'],
color: ['#2671E2'],
title: {
text: 'Redis Key 数量'
},


+ 7
- 0
src/views/mp/wxaccount/index.vue View File

@@ -185,4 +185,11 @@ export default {
</script>

<style lang="scss" scoped>
/deep/ .el-button--primary{
background: #2671E2 !important;
border: 1px solid #2671E2 !important;
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>

+ 3
- 0
src/views/mp/wxautoreply/index.vue View File

@@ -445,4 +445,7 @@
.tree-position {
margin: 12px 20px 0 0
}
/deep/ .el-button--text{
color: #2671E2;
}
</style>

+ 1
- 1
src/views/mp/wxmaterial/index.vue View File

@@ -878,7 +878,7 @@
}

.avatar-uploader .el-upload:hover {
border-color: #409EFF;
border-color: #2671E2;
}

.avatar-uploader-icon {


+ 4
- 4
src/views/mp/wxstatistics/index.vue View File

@@ -85,7 +85,7 @@ export default {
},
treeData: [],
userCumulate: {
color: ['#409EFF'],
color: ['#2671E2'],
title: {
text: '用户分析数据'
},
@@ -109,7 +109,7 @@ export default {
}]
},
userShard: {
color: ['#409EFF'],
color: ['#2671E2'],
title: {
text: '图文分享数据'
},
@@ -133,7 +133,7 @@ export default {
}]
},
upstreamMsgDistMonth: {
color: ['#409EFF'],
color: ['#2671E2'],
title: {
text: '消息分析数据'
},
@@ -157,7 +157,7 @@ export default {
}]
},
interfaceSummary: {
color: ['#409EFF'],
color: ['#2671E2'],
tooltip: {
axisPointer: { // 坐标轴指示器,坐标轴触发有效
type: 'shadow' // 默认为直线,可选为:'line' | 'shadow'


Loading…
Cancel
Save