diff --git a/src/styles/index.scss b/src/styles/index.scss index a71ec8f..5b35e50 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -183,8 +183,5 @@ tbody { line-height: 36px; } } -.thebtn2 { - color: #ffffff !important; - background: #ffad41 !important; -} + diff --git a/src/views/information/memberPointInfo/index.vue b/src/views/information/memberPointInfo/index.vue index 2a98b4c..db17816 100644 --- a/src/views/information/memberPointInfo/index.vue +++ b/src/views/information/memberPointInfo/index.vue @@ -313,4 +313,8 @@ export default { color: #333333; margin-bottom: 18px; } +.thebtn2 { + color: #ffffff !important; + background: #ffad41 !important; +}