@@ -345,12 +345,13 @@
.empty {
:global {
.van-empty__image {
- width: 50%;
+ width: 100%;
height: initial;
}
.van-empty__description {
color: #fff;
+ padding: 0;
@@ -364,7 +364,7 @@ export default defineComponent({
{data.searchNotice.width && data.searchNoticeShow && (
<div class={styles.searchNotice} style={{ ...data.searchNotice }}>
<NoticeBar
- text={musicForms.keyword || '水电费第三方是发鼎折覆餗'}
+ text={musicForms.keyword}
color="#333"
background="none"
/>