@@ -47,4 +47,5 @@ export default { | |||||
} | } | ||||
} | } | ||||
} | } | ||||
</style> | </style> |
@@ -1,7 +1,7 @@ | |||||
<style scoped> | <style scoped> | ||||
@media screen and (min-width: 500px) { | @media screen and (min-width: 500px) { | ||||
.wh_item_date:hover { | .wh_item_date:hover { | ||||
background: #71c7a5; | |||||
background: #538fe9; | |||||
cursor: pointer; | cursor: pointer; | ||||
color: #fff; | color: #fff; | ||||
border-radius: 50%; | border-radius: 50%; | ||||
@@ -131,4 +131,7 @@ export default { | |||||
margin-bottom: 40px; | margin-bottom: 40px; | ||||
} | } | ||||
} | } | ||||
/deep/ .el-button--text{ | |||||
color: #2671E2; | |||||
} | |||||
</style> | </style> |
@@ -93,4 +93,7 @@ export default { | |||||
margin-bottom: 40px; | margin-bottom: 40px; | ||||
} | } | ||||
} | } | ||||
/deep/ .el-button--text{ | |||||
color: #2671E2; | |||||
} | |||||
</style> | </style> |
@@ -113,5 +113,8 @@ export default { | |||||
margin-bottom: 40px; | margin-bottom: 40px; | ||||
} | } | ||||
} | } | ||||
/deep/ .el-button--text{ | |||||
color: #2671E2; | |||||
} | |||||
</style> | </style> | ||||
@@ -117,5 +117,7 @@ export default { | |||||
</script> | </script> | ||||
<style scoped="scoped" lang="scss"> | <style scoped="scoped" lang="scss"> | ||||
/deep/ .el-button--text{ | |||||
color: #2671E2; | |||||
} | |||||
</style> | </style> |
@@ -11,4 +11,5 @@ $color10: #BA3FB7; | |||||
$color11: #54BEF3; | $color11: #54BEF3; | ||||
$color12: #3C21F7; | $color12: #3C21F7; | ||||
$color13: #F87148; | $color13: #F87148; | ||||
$color14: #3EB171; | |||||
$color14: #3EB171; | |||||
$color15: #2671E2; |
@@ -208,5 +208,8 @@ | |||||
column-count: 1; | column-count: 1; | ||||
} | } | ||||
} | } | ||||
/deep/ .el-button--text{ | |||||
color: #2671E2; | |||||
} | |||||
/*瀑布流样式*/ | /*瀑布流样式*/ | ||||
</style> | </style> |
@@ -1,6 +1,6 @@ | |||||
import { mapGetters } from 'vuex' | import { mapGetters } from 'vuex' | ||||
const version = require('element-ui/package.json').version // element-ui version from node_modules | 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() { | export default function() { | ||||
return { | return { | ||||
data() { | data() { | ||||
@@ -445,7 +445,7 @@ export default { | |||||
} | } | ||||
.head { | .head { | ||||
height: 64px; | height: 64px; | ||||
background: #409eff; | |||||
background: #2671E2; | |||||
display: flex; | display: flex; | ||||
padding: 0 20%; | padding: 0 20%; | ||||
box-sizing: border-box; | box-sizing: border-box; | ||||
@@ -522,4 +522,8 @@ export default { | |||||
// left: 30%; | // left: 30%; | ||||
text-align: center; | text-align: center; | ||||
} | } | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
</style> | </style> |
@@ -282,7 +282,7 @@ export default { | |||||
} | } | ||||
.head { | .head { | ||||
height: 64px; | height: 64px; | ||||
background: #409eff; | |||||
background: #2671E2; | |||||
display: flex; | display: flex; | ||||
padding: 0 20%; | padding: 0 20%; | ||||
box-sizing: border-box; | box-sizing: border-box; | ||||
@@ -175,5 +175,6 @@ | |||||
} | } | ||||
} | } | ||||
} | } | ||||
</script> | </script> | ||||
@@ -69,4 +69,8 @@ | |||||
</script> | </script> | ||||
<style lang="scss" scoped> | <style lang="scss" scoped> | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
</style> | </style> |
@@ -133,7 +133,7 @@ export default { | |||||
}; | }; | ||||
</script> | </script> | ||||
<style> | |||||
<style lang="scss" scoped> | |||||
.msg-text { | .msg-text { | ||||
display: block; | display: block; | ||||
width: 60px; | width: 60px; | ||||
@@ -144,4 +144,8 @@ export default { | |||||
.msg-text.display { | .msg-text.display { | ||||
color: #ccc; | color: #ccc; | ||||
} | } | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
</style> | </style> |
@@ -354,5 +354,9 @@ export default { | |||||
}; | }; | ||||
</script> | </script> | ||||
<style> | |||||
<style lang="scss" scoped> | |||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
</style> | </style> |
@@ -122,4 +122,8 @@ export default { | |||||
white-space: pre; | white-space: pre; | ||||
margin: 0 1em; | margin: 0 1em; | ||||
} | } | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
</style> | </style> |
@@ -2388,4 +2388,8 @@ export default { | |||||
background-size: 100%; | background-size: 100%; | ||||
margin-left: 6px; | margin-left: 6px; | ||||
} | } | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
</style> | </style> |
@@ -18,7 +18,7 @@ const common = { | |||||
showTheme: getStore({ name: 'showTheme' })|| false, | showTheme: getStore({ name: 'showTheme' })|| false, | ||||
showColor: getStore({ name: 'showColor' })|| false, | showColor: getStore({ name: 'showColor' })|| false, | ||||
showMenu: getStore({ name: 'showMenu' }), | showMenu: getStore({ name: 'showMenu' }), | ||||
theme: getStore({ name: 'theme' }) || '#409EFF', | |||||
theme: getStore({ name: 'theme' }) || '#2671E2', | |||||
themeName: getStore({ name: 'themeName' }) || 'default', | themeName: getStore({ name: 'themeName' }) || 'default', | ||||
lockPasswd: getStore({ name: 'lockPasswd' }) || '', | lockPasswd: getStore({ name: 'lockPasswd' }) || '', | ||||
website: website | website: website | ||||
@@ -29,8 +29,8 @@ | |||||
font-weight: normal; | font-weight: normal; | ||||
color: #ccc; | color: #ccc; | ||||
&.is-active { | &.is-active { | ||||
color: #409EFF; | |||||
border-bottom: 3px solid #409EFF; | |||||
color: #2671E2; | |||||
border-bottom: 3px solid #2671E2; | |||||
} | } | ||||
} | } | ||||
.el-tabs__nav-prev, | .el-tabs__nav-prev, | ||||
@@ -77,7 +77,7 @@ | |||||
border-bottom-right-radius: 5px; | border-bottom-right-radius: 5px; | ||||
} | } | ||||
&:hover{ | &:hover{ | ||||
background-color: #409EFF; | |||||
background-color: #2671E2; | |||||
color:#fff; | color:#fff; | ||||
} | } | ||||
} | } | ||||
@@ -1,6 +1,6 @@ | |||||
.theme-d2 { | .theme-d2 { | ||||
.avue-logo{ | .avue-logo{ | ||||
color: #409EFF; | |||||
color: #2671E2; | |||||
background-color: #ebf1f6; | background-color: #ebf1f6; | ||||
box-shadow: none; | box-shadow: none; | ||||
.avue-logo_title{ | .avue-logo_title{ | ||||
@@ -36,7 +36,7 @@ | |||||
.is-active{ | .is-active{ | ||||
border-bottom:1px solid #fff !important; | border-bottom:1px solid #fff !important; | ||||
background-color: #fff !important; | background-color: #fff !important; | ||||
color: #409EFF !important; | |||||
color: #2671E2 !important; | |||||
} | } | ||||
} | } | ||||
.avue-sidebar{ | .avue-sidebar{ | ||||
@@ -49,7 +49,7 @@ | |||||
&:hover,&.is-active{ | &:hover,&.is-active{ | ||||
background: hsla(0,0%,100%,.5); | background: hsla(0,0%,100%,.5); | ||||
i,span{ | i,span{ | ||||
color: #409EFF; | |||||
color: #2671E2; | |||||
} | } | ||||
} | } | ||||
} | } | ||||
@@ -15,7 +15,7 @@ | |||||
margin: 10px auto; | margin: 10px auto; | ||||
width: 180px; | width: 180px; | ||||
height: 45px; | 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); | box-shadow: inset 0 0 3px 2px hsla(0,0%,39.2%,.1); | ||||
.is-active{ | .is-active{ | ||||
&:before{ | &:before{ | ||||
background: #409EFF !important; | |||||
background: #2671E2 !important; | |||||
} | } | ||||
} | } | ||||
.el-tabs__item{ | .el-tabs__item{ | ||||
@@ -58,14 +58,14 @@ | |||||
display: none; | display: none; | ||||
} | } | ||||
i,span{ | i,span{ | ||||
color:#409EFF; | |||||
color:#2671E2; | |||||
} | } | ||||
} | } | ||||
} | } | ||||
.el-submenu{ | .el-submenu{ | ||||
.el-menu-item{ | .el-menu-item{ | ||||
&.is-active { | &.is-active { | ||||
background-color: #409EFF; | |||||
background-color: #2671E2; | |||||
&:before { | &:before { | ||||
display: none; | display: none; | ||||
} | } | ||||
@@ -45,7 +45,7 @@ | |||||
color:#666 ; | color:#666 ; | ||||
} | } | ||||
&.is-active{ | &.is-active{ | ||||
background-color:#409EFF ; | |||||
background-color:#2671E2 ; | |||||
span,i { | span,i { | ||||
color:#fff ; | color:#fff ; | ||||
} | } | ||||
@@ -1203,4 +1203,11 @@ export default { | |||||
font-weight: bold; | font-weight: bold; | ||||
} | } | ||||
} | } | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
/deep/ .el-button--text{ | |||||
color: #2671E2; | |||||
} | |||||
</style> | </style> |
@@ -1229,4 +1229,11 @@ export default { | |||||
font-weight: bold; | font-weight: bold; | ||||
} | } | ||||
} | } | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
/deep/ .el-button--text{ | |||||
color: #2671E2; | |||||
} | |||||
</style> | </style> |
@@ -1085,4 +1085,11 @@ export default { | |||||
font-weight: bold; | font-weight: bold; | ||||
} | } | ||||
} | } | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
/deep/ .el-button--text{ | |||||
color: #2671E2; | |||||
} | |||||
</style> | </style> |
@@ -313,4 +313,11 @@ computed: { | |||||
font-weight: bold; | font-weight: bold; | ||||
} | } | ||||
} | } | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
/deep/ .el-button--text{ | |||||
color: #2671E2; | |||||
} | |||||
</style> | </style> |
@@ -932,4 +932,11 @@ export default { | |||||
font-weight: bold; | font-weight: bold; | ||||
} | } | ||||
} | } | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
/deep/ .el-button--text{ | |||||
color: #2671E2; | |||||
} | |||||
</style> | </style> |
@@ -232,7 +232,7 @@ | |||||
width: 100px; | width: 100px; | ||||
height: 40px; | height: 40px; | ||||
border-radius: 4px; | border-radius: 4px; | ||||
background: #409eff; | |||||
background: #2671E2; | |||||
font-size: 14px; | font-size: 14px; | ||||
margin-left: 60px; | margin-left: 60px; | ||||
color: #ffffff; | color: #ffffff; | ||||
@@ -673,8 +673,8 @@ overflow: hidden; | |||||
} | } | ||||
.addlevl{ | .addlevl{ | ||||
width: 100px; | width: 100px; | ||||
border: 1px solid #409EFF; | |||||
color: #409EFF; | |||||
border: 1px solid #2671E2; | |||||
color: #2671E2; | |||||
text-align: center; | text-align: center; | ||||
line-height: 30rpx; | line-height: 30rpx; | ||||
border-radius:4px ; | border-radius:4px ; | ||||
@@ -757,4 +757,11 @@ overflow: hidden; | |||||
font-weight: bold; | font-weight: bold; | ||||
} | } | ||||
} | } | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
/deep/ .el-button--text{ | |||||
color: #2671E2; | |||||
} | |||||
</style> | </style> |
@@ -526,4 +526,11 @@ export default { | |||||
font-weight: bold; | font-weight: bold; | ||||
} | } | ||||
} | } | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
/deep/ .el-button--text{ | |||||
color: #2671E2; | |||||
} | |||||
</style> | </style> |
@@ -344,4 +344,11 @@ export default { | |||||
font-weight: bold; | font-weight: bold; | ||||
} | } | ||||
} | } | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
/deep/ .el-button--text{ | |||||
color: #2671E2; | |||||
} | |||||
</style> | </style> |
@@ -1768,7 +1768,7 @@ export default { | |||||
.active { | .active { | ||||
background: #eef1f4; | background: #eef1f4; | ||||
// border: 1px solid #409eff; | |||||
// border: 1px solid #2671E2; | |||||
} | } | ||||
.timeSel { | .timeSel { | ||||
@@ -1816,4 +1816,7 @@ export default { | |||||
background-size: 100%; | background-size: 100%; | ||||
margin-left: 6px; | margin-left: 6px; | ||||
} | } | ||||
/deep/ .el-button--text{ | |||||
color: #2671E2; | |||||
} | |||||
</style> | </style> |
@@ -593,5 +593,7 @@ export default { | |||||
margin-top: 20px; | margin-top: 20px; | ||||
padding: 18px; | padding: 18px; | ||||
} | } | ||||
/deep/ .el-button--text{ | |||||
color: #2671E2; | |||||
} | |||||
</style> | </style> |
@@ -372,7 +372,7 @@ | |||||
<el-button v-if="equ_index_del&&row.receiveType!=2" type="text" @click="toinifodelete()">删除</el-button> --> | <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"> | <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> | 更多<i class="el-icon-arrow-down el-icon--right"></i> | ||||
</span> | </span> | ||||
<el-dropdown-menu slot="dropdown"> | <el-dropdown-menu slot="dropdown"> | ||||
@@ -1567,4 +1567,11 @@ export default { | |||||
font-weight: bold; | font-weight: bold; | ||||
} | } | ||||
} | } | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
/deep/ .el-button--text{ | |||||
color: #2671E2; | |||||
} | |||||
</style> | </style> |
@@ -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> | </style> |
@@ -465,7 +465,7 @@ | |||||
> | > | ||||
<span | <span | ||||
style=" | style=" | ||||
color: #409eff; | |||||
color: #2671E2; | |||||
font-size: 12px; | font-size: 12px; | ||||
margin-left: 10px; | margin-left: 10px; | ||||
cursor: pointer; | cursor: pointer; | ||||
@@ -1582,4 +1582,11 @@ export default { | |||||
font-weight: bold; | font-weight: bold; | ||||
} | } | ||||
} | } | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
/deep/ .el-button--text{ | |||||
color: #2671E2; | |||||
} | |||||
</style> | </style> |
@@ -365,4 +365,11 @@ export default { | |||||
font-weight: bold; | font-weight: bold; | ||||
} | } | ||||
} | } | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
/deep/ .el-button--text{ | |||||
color: #2671E2; | |||||
} | |||||
</style> | </style> |
@@ -2577,4 +2577,11 @@ export default { | |||||
font-weight: bold; | font-weight: bold; | ||||
} | } | ||||
} | } | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
/deep/ .el-button--text{ | |||||
color: #2671E2; | |||||
} | |||||
</style> | </style> |
@@ -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> | </style> |
@@ -734,4 +734,11 @@ height: 400px !important; | |||||
font-weight: bold; | font-weight: bold; | ||||
} | } | ||||
} | } | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
/deep/ .el-button--text{ | |||||
color: #2671E2; | |||||
} | |||||
</style> | </style> |
@@ -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> | </style> |
@@ -396,4 +396,7 @@ export default { | |||||
} | } | ||||
} | } | ||||
} | } | ||||
/deep/ .el-button--text{ | |||||
color: #2671E2; | |||||
} | |||||
</style> | </style> |
@@ -1926,8 +1926,9 @@ export default { | |||||
height: 396px; | 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{ | .pop{ | ||||
display: inline-block; | display: inline-block; | ||||
@@ -831,4 +831,11 @@ export default { | |||||
font-weight: bold; | font-weight: bold; | ||||
} | } | ||||
} | } | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
/deep/ .el-button--text{ | |||||
color: #2671E2; | |||||
} | |||||
</style> | </style> |
@@ -1586,4 +1586,8 @@ export default { | |||||
background-size: 100%; | background-size: 100%; | ||||
margin-left: 6px; | margin-left: 6px; | ||||
} | } | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
</style> | </style> |
@@ -1726,4 +1726,7 @@ export default { | |||||
background-size: 100%; | background-size: 100%; | ||||
margin-left: 6px; | margin-left: 6px; | ||||
} | } | ||||
/deep/ .el-button--text{ | |||||
color: #2671E2; | |||||
} | |||||
</style> | </style> |
@@ -1758,4 +1758,7 @@ export default { | |||||
background-size: 100%; | background-size: 100%; | ||||
margin-left: 6px; | margin-left: 6px; | ||||
} | } | ||||
/deep/ .el-button--text{ | |||||
color: #2671E2; | |||||
} | |||||
</style> | </style> |
@@ -1917,4 +1917,7 @@ export default { | |||||
background-size: 100%; | background-size: 100%; | ||||
margin-left: 6px; | margin-left: 6px; | ||||
} | } | ||||
/deep/ .el-button--text{ | |||||
color: #2671E2; | |||||
} | |||||
</style> | </style> |
@@ -1101,4 +1101,11 @@ export default { | |||||
font-weight: bold; | font-weight: bold; | ||||
} | } | ||||
} | } | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
/deep/ .el-button--text{ | |||||
color: #2671E2; | |||||
} | |||||
</style> | </style> |
@@ -466,4 +466,11 @@ export default { | |||||
font-weight: bold; | font-weight: bold; | ||||
} | } | ||||
} | } | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
/deep/ .el-button--text{ | |||||
color: #2671E2; | |||||
} | |||||
</style> | </style> |
@@ -485,4 +485,11 @@ export default { | |||||
font-weight: bold; | font-weight: bold; | ||||
} | } | ||||
} | } | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
/deep/ .el-button--text{ | |||||
color: #2671E2; | |||||
} | |||||
</style> | </style> |
@@ -402,4 +402,11 @@ export default { | |||||
font-weight: bold; | font-weight: bold; | ||||
} | } | ||||
} | } | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
/deep/ .el-button--text{ | |||||
color: #2671E2; | |||||
} | |||||
</style> | </style> |
@@ -515,4 +515,11 @@ export default { | |||||
font-weight: bold; | font-weight: bold; | ||||
} | } | ||||
} | } | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
/deep/ .el-button--text{ | |||||
color: #2671E2; | |||||
} | |||||
</style> | </style> |
@@ -86,5 +86,8 @@ export default { | |||||
overflow: hidden; | overflow: hidden; | ||||
box-sizing: border-box; | box-sizing: border-box; | ||||
} | } | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
</style> | </style> |
@@ -297,4 +297,8 @@ export default { | |||||
} | } | ||||
} | } | ||||
} | } | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
</style> | </style> |
@@ -381,4 +381,8 @@ export default { | |||||
} | } | ||||
} | } | ||||
} | } | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
</style> | </style> |
@@ -301,4 +301,8 @@ export default { | |||||
.div-inp { | .div-inp { | ||||
width: 250px; | width: 250px; | ||||
} | } | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
</style> | </style> |
@@ -312,4 +312,8 @@ export default { | |||||
.div-inp { | .div-inp { | ||||
width: 250px; | width: 250px; | ||||
} | } | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
</style> | </style> |
@@ -796,3 +796,7 @@ export default { | |||||
margin-left: 20% !important; | margin-left: 20% !important; | ||||
} | } | ||||
} | } | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} |
@@ -296,3 +296,7 @@ export default { | |||||
margin-left: 20% !important; | margin-left: 20% !important; | ||||
} | } | ||||
} | } | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} |
@@ -2611,6 +2611,9 @@ export default { | |||||
/deep/ .el-tooltip{ | /deep/ .el-tooltip{ | ||||
width: 140px; | width: 140px; | ||||
} | } | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
</style> | </style> | ||||
@@ -206,4 +206,8 @@ export default { | |||||
</script> | </script> | ||||
<style lang="scss"> | <style lang="scss"> | ||||
@import "@/styles/info.scss"; | @import "@/styles/info.scss"; | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
</style> | </style> |
@@ -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> | </style> |
@@ -385,5 +385,12 @@ export default { | |||||
font-weight: bold; | font-weight: bold; | ||||
} | } | ||||
} | } | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
/deep/ .el-button--text{ | |||||
color: #2671E2; | |||||
} | |||||
</style> | </style> | ||||
@@ -1355,4 +1355,14 @@ export default { | |||||
font-weight: bold; | 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> | </style> |
@@ -251,4 +251,11 @@ export default { | |||||
margin-top: 15px; | margin-top: 15px; | ||||
} | } | ||||
} | } | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
/deep/ .el-button--text{ | |||||
color: #2671E2; | |||||
} | |||||
</style> | </style> |
@@ -154,4 +154,8 @@ export default { | |||||
.btn{ | .btn{ | ||||
margin-top: 100px; | margin-top: 100px; | ||||
} | } | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
</style> | </style> |
@@ -517,4 +517,11 @@ | |||||
</script> | </script> | ||||
<style lang="scss" scoped> | <style lang="scss" scoped> | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
/deep/ .el-button--text{ | |||||
color: #2671E2; | |||||
} | |||||
</style> | </style> |
@@ -137,5 +137,8 @@ | |||||
</script> | </script> | ||||
<style lang="scss" scoped> | <style lang="scss" scoped> | ||||
/deep/ .el-button--text{ | |||||
color: #2671E2; | |||||
} | |||||
</style> | </style> | ||||
@@ -246,5 +246,12 @@ | |||||
</script> | </script> | ||||
<style lang="scss" scoped> | <style lang="scss" scoped> | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
/deep/ .el-button--text{ | |||||
color: #2671E2; | |||||
} | |||||
</style> | </style> | ||||
@@ -1308,4 +1308,11 @@ export default { | |||||
background-size: 100%; | background-size: 100%; | ||||
margin-left: 6px; | margin-left: 6px; | ||||
} | } | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
/deep/ .el-button--text{ | |||||
color: #2671E2; | |||||
} | |||||
</style> | </style> |
@@ -464,4 +464,11 @@ export default { | |||||
font-weight: bold; | font-weight: bold; | ||||
} | } | ||||
} | } | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
/deep/ .el-button--text{ | |||||
color: #2671E2; | |||||
} | |||||
</style> | </style> |
@@ -291,6 +291,11 @@ export default { | |||||
isSystoleForm(){ | isSystoleForm(){ | ||||
this.isOpen = !this.isOpen | this.isOpen = !this.isOpen | ||||
}, | }, | ||||
handleCurrentChange(val) { | |||||
console.log(`当前页: ${val}`); | |||||
this.currentPage = val; | |||||
// this.findbypage(); | |||||
}, | |||||
// 重置入参 | // 重置入参 | ||||
resetParams() { | resetParams() { | ||||
// this.searchForm | // this.searchForm | ||||
@@ -399,8 +404,8 @@ export default { | |||||
.tophove { | .tophove { | ||||
color: #ffffff; | color: #ffffff; | ||||
background: #409eff; | |||||
border-color: #409eff; | |||||
background: #2671E2; | |||||
border-color: #2671E2; | |||||
} | } | ||||
.div-inp { | .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> | </style> |
@@ -41,7 +41,7 @@ export default { | |||||
activeName: 'first', | activeName: 'first', | ||||
timer: undefined, | timer: undefined, | ||||
memoryCumulate: { | memoryCumulate: { | ||||
color: ['#409EFF', '#FFCC99'], | |||||
color: ['#2671E2', '#FFCC99'], | |||||
title: { | title: { | ||||
text: 'Redis 内存情况' | text: 'Redis 内存情况' | ||||
}, | }, | ||||
@@ -115,7 +115,7 @@ export default { | |||||
}] | }] | ||||
}, | }, | ||||
dbSizeCumulate: { | dbSizeCumulate: { | ||||
color: ['#409EFF'], | |||||
color: ['#2671E2'], | |||||
title: { | title: { | ||||
text: 'Redis Key 数量' | text: 'Redis Key 数量' | ||||
}, | }, | ||||
@@ -185,4 +185,11 @@ export default { | |||||
</script> | </script> | ||||
<style lang="scss" scoped> | <style lang="scss" scoped> | ||||
/deep/ .el-button--primary{ | |||||
background: #2671E2 !important; | |||||
border: 1px solid #2671E2 !important; | |||||
} | |||||
/deep/ .el-button--text{ | |||||
color: #2671E2; | |||||
} | |||||
</style> | </style> |
@@ -445,4 +445,7 @@ | |||||
.tree-position { | .tree-position { | ||||
margin: 12px 20px 0 0 | margin: 12px 20px 0 0 | ||||
} | } | ||||
/deep/ .el-button--text{ | |||||
color: #2671E2; | |||||
} | |||||
</style> | </style> |
@@ -878,7 +878,7 @@ | |||||
} | } | ||||
.avatar-uploader .el-upload:hover { | .avatar-uploader .el-upload:hover { | ||||
border-color: #409EFF; | |||||
border-color: #2671E2; | |||||
} | } | ||||
.avatar-uploader-icon { | .avatar-uploader-icon { | ||||
@@ -85,7 +85,7 @@ export default { | |||||
}, | }, | ||||
treeData: [], | treeData: [], | ||||
userCumulate: { | userCumulate: { | ||||
color: ['#409EFF'], | |||||
color: ['#2671E2'], | |||||
title: { | title: { | ||||
text: '用户分析数据' | text: '用户分析数据' | ||||
}, | }, | ||||
@@ -109,7 +109,7 @@ export default { | |||||
}] | }] | ||||
}, | }, | ||||
userShard: { | userShard: { | ||||
color: ['#409EFF'], | |||||
color: ['#2671E2'], | |||||
title: { | title: { | ||||
text: '图文分享数据' | text: '图文分享数据' | ||||
}, | }, | ||||
@@ -133,7 +133,7 @@ export default { | |||||
}] | }] | ||||
}, | }, | ||||
upstreamMsgDistMonth: { | upstreamMsgDistMonth: { | ||||
color: ['#409EFF'], | |||||
color: ['#2671E2'], | |||||
title: { | title: { | ||||
text: '消息分析数据' | text: '消息分析数据' | ||||
}, | }, | ||||
@@ -157,7 +157,7 @@ export default { | |||||
}] | }] | ||||
}, | }, | ||||
interfaceSummary: { | interfaceSummary: { | ||||
color: ['#409EFF'], | |||||
color: ['#2671E2'], | |||||
tooltip: { | tooltip: { | ||||
axisPointer: { // 坐标轴指示器,坐标轴触发有效 | axisPointer: { // 坐标轴指示器,坐标轴触发有效 | ||||
type: 'shadow' // 默认为直线,可选为:'line' | 'shadow' | type: 'shadow' // 默认为直线,可选为:'line' | 'shadow' | ||||