浏览代码

总控平台不支持 已经反馈

黄琪勇 11 月之前
父节点
当前提交
ee535d317e

+ 2 - 2
src/page-instrument/header-top/settting/index.module.less

@@ -277,8 +277,8 @@
                     width: 118px;
                     height: 39px;
                     cursor: pointer;
-                    &:first-child{
-                        margin-right: 20px;
+                    & + img{
+                        margin-left: 20px;
                     }
                 }
             }

+ 3 - 1
src/page-instrument/header-top/settting/index.tsx

@@ -253,7 +253,9 @@ export default defineComponent({
 
                         <div class={styles.cellBtnBox}>
                             <img  src={headImg("tpbz.png")} onClick={() => (helperData.screenModelShow = true)} />
-                            <img  src={headImg("yjfk.png")} onClick={() => (helperData.recommendationShow = true)} />
+                            {
+                                !query.isCbs && <img  src={headImg("yjfk.png")} onClick={() => (helperData.recommendationShow = true)} />
+                            }
                         </div>
                     </div>  
                 </div>