liushengqiang 1 yıl önce
ebeveyn
işleme
f964c55215

+ 2 - 1
src/views/co-ai/index.module.less

@@ -345,12 +345,13 @@
 .empty {
     :global {
         .van-empty__image {
-            width: 50%;
+            width: 100%;
             height: initial;
         }
 
         .van-empty__description {
             color: #fff;
+            padding: 0;
         }
     }
 }

+ 1 - 1
src/views/co-ai/index.tsx

@@ -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"
             />