NRMrYang
NRMrYang
应该就是这样设计的,只想对最里面的圆形加样式,可以: ```css .date-wrap .green-date { background-color: green; } ```
另外,v2也用到了calendar文件夹内func的东西,直接component整个拉到自己小程序项目下吧
SwipeCell常见的坑可以看下这个:[https://blog.csdn.net/Mr_Yang98/article/details/125806638](https://blog.csdn.net/Mr_Yang98/article/details/125806638) 按钮无样式、点击空白处自动关闭、报渲染层错误三个
+1,同样有此问题,大半年了官方也不理一下嘛
@nemo-shen 能麻烦看一下吗?滑动时微信开发者工具提示此报错,不知道是否与此有关 ``` [渲染层错误] Ignored attempt to cancel a touchmove event with cancelable=false, for example because scrolling is in progress and cannot be interrupted.(env: Windows,mp,1.05.2110290; lib: 2.17.0) ```
害,求人不如求己,后续如果有看到这个issue的,可以看下我这个博客:[https://blog.csdn.net/Mr_Yang98/article/details/125806638](https://blog.csdn.net/Mr_Yang98/article/details/125806638)
同遇到这个问题,请问有解决吗
> 同遇到这个问题,请问有解决吗 自己遇到的这个解决了。 因为我这边gitlab私服用的都是Group/分组,所以想当然的配置了owner为Group的名字,而且`gitlab.yourself.com/GroupName/ProjectName`也访问的到,但是就报了题主这个错。 看到这个评论:https://github.com/meteorlxy/vssue/issues/58#issuecomment-1033694170 才发现,Vssue只能以owner、repo作为配置,所以applications/应用程序是哪个账号新建的,就在这个账号下面建一个项目。同时在plugin.js里配置owner为账号名称、repo为项目名称,确保`gitlab.yourself.com/Username/ProjectName`可以访问到就好了
Please let me know if this feature is added. Many thanks