fix(memberPointInfo): 修复全局样式问题
This commit is contained in:
parent
f326d950a2
commit
b29d78bd16
|
@ -183,8 +183,5 @@ tbody {
|
|||
line-height: 36px;
|
||||
}
|
||||
}
|
||||
.thebtn2 {
|
||||
color: #ffffff !important;
|
||||
background: #ffad41 !important;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -313,4 +313,8 @@ export default {
|
|||
color: #333333;
|
||||
margin-bottom: 18px;
|
||||
}
|
||||
.thebtn2 {
|
||||
color: #ffffff !important;
|
||||
background: #ffad41 !important;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue