Zhang

Results 8 comments of Zhang

我也遇到了,不过我知道怎么解决 ##### 解决 (二选一) 1. 关闭自动加载 2. 在附加10中,添加以下内容即可解决 ``` .g { line-height:1.58; text-align:left; position: relative; } .U1TUId{ float: left; position: relative; height:82px; } ``` ![图片](https://user-images.githubusercontent.com/34559111/154923511-89c9b9a2-42a8-4d66-9d5f-5f38350e4514.png) ##### 原因: 是因为每个视频元素都有一个`position:absolute`的css,目的是,页面加载时将视频绝对定位到某处,因为是自动加载页面,导致绝对定位错误。 @yiyangthesame

我才发现我的问题和你们的不太一样😂 ```css .g { line-height:1.58; text-align:left; position: relative; width:600px; } .U1TUId{ float: left; position: relative; height:82px; } ``` 我简单看了下,你或许可以在 `.g{}`中加入` width:600px;`来解决 完整css: ```css /**计数器的颜色样式*/ div .AC-CounterT{ background: #FD9999; } /**右侧栏的样式-其实不开启更好看一些*/...

我现在**真正遇到了题主的问题**, **解决** 勾选附加10,并写入以下css代码即可解决 **视频列表过宽**的问题 ```css /*视频过宽*/ g-scrolling-carousel{ display:inline-grid !important; } .Lu0opc.ESkzqb.pQXcHc, .Lu0opc.ESkzqb.pQXcHc:hover { opacity:1 !important; visibility:inherit !important; } ``` @yiyangthesame

> 我又测试了下,我想可能并非是网络问题 ![图片](https://user-images.githubusercontent.com/34559111/171077685-9d9e129a-cd91-4bce-9312-13459ea118c3.png) ![图片](https://user-images.githubusercontent.com/34559111/171077833-1ea6ee21-16c2-47f7-acb5-5a0f90965a39.png) ![图片](https://user-images.githubusercontent.com/34559111/171077916-2aed2185-1268-408f-9e2f-6a75742039a3.png) ![图片](https://user-images.githubusercontent.com/34559111/171078005-a55fcfe4-caa5-4401-8d38-a4fa1bbded76.png) 这个问题在最近这段时间一直出现,我怀疑是否为客户端版本过低导致的?

> 那我大概能猜到原因了。你配置环境变量的时候估计多了一些空格,导致最后拼接的url非法。在最新版showdoc里,如果再新增环境变量则自动去掉前后空格了 emmmmm,或许不是这个原因 ![图片](https://user-images.githubusercontent.com/34559111/171079143-f55c9752-b59a-4faf-82f9-2417f816114e.png) ![图片](https://user-images.githubusercontent.com/34559111/171079191-3a3c1941-54a3-400c-8d40-787266d47259.png) 不过我更新了客户端后,没有出现这个问题了 感谢

赞同楼上,毕竟微信国人用得更多

+1 ,我也遇到了,等待大佬解答

我记得是因为wox需要配置python 后才会使该功能起作用, 1. 在该页面找到你wox对应版本https://github.com/Wox-launcher/Wox/releases 2. 点进去就会看到对应版本所需的python.exe 3. 安装好python后(环境变量也要配置),记住安装位置 4. 在wox->settings->python路径中找到python安装文件夹 5. 重启应用即可 @yanph2003 @luhongweiyu @lj-k @conghuahuadan