@@ -97,6 +97,14 @@
}
+
+ .blackTitle {
+ :global{
+ .van-notice-bar{
+ color: #000 !important;
+ }
.hidenBack {
opacity: 0;
@@ -702,7 +702,7 @@ export default defineComponent({
: {}
- class={[styles.title, "headeTopTitleBtn"]}
+ class={[styles.title, state.isCbsView && styles.blackTitle, "headeTopTitleBtn"]}
onClick={() => {
isMusicList.value && (musicListShow.value = true);
}}