Reno

Results 8 issues of Reno

在Chrome 79和最新的80版本都是。 ![image](https://user-images.githubusercontent.com/16473160/75146895-05c78100-5737-11ea-9630-b1b2a05c0865.png)

![image](https://user-images.githubusercontent.com/16473160/69894784-a3d9c400-135f-11ea-89a3-9a9f0c54be0d.png) ![image](https://user-images.githubusercontent.com/16473160/69894773-77be4300-135f-11ea-9027-3bcfdf3bf358.png) 如上图,这个子级容器里能增加下拉菜单吗? 因为按钮的话功能还是比较有限的,比如我想放一个下载的下拉菜单,里面有多个版本,点击不同的选项可以下载。这样节省地方也好看一些。 或者我自己实现的话,能否告诉下在哪个工程以及哪个组件里修改,然后给你们提PR。

有1个performance.clearResourceTimings()和2个performance.getEntriesByType()需要加判断,safari下的performance是没有这几个方法的,直接报错了。

有一些情况下,要合成雪碧图的那些图片尺寸不一样,希望输出的每一行css里除了定位,可以带上每张图的宽高,这个可否实现或扩展。 像sass里面的sprites功能可以配置这个属性的。

**问题描述** 我使用官网的主题生成器生成了一个绿色主题,把scss样式和文件按照文档引用进去,首页和里面页面的按钮颜色都是蓝色不生效,另外一个“我的”页面却是可以的。 研究两天了,也看过issue了,项目和微信开发者工具都重启过了,也不行,用的版本都是挺新的。 ![image](https://user-images.githubusercontent.com/16473160/68672209-17bc5400-058c-11ea-97c2-0fa26960eba0.png) **复现步骤** app.js ```tsx ... import './custom-variables.scss'; import './app.scss'; ... ``` custom-variables.scss ```scss /* Custom Theme */ $color-brand: #00b38a; $color-brand-light: #40c6a7; $color-brand-dark: #008f6e; @import "~taro-ui/dist/style/index.scss"; ``` app.scss...

DonePlugin增加支持webpack的compiler.hooks。

I have installed ref and ffi modules. error occured while run electron-rebuild. I want to packager a 32 bit app by electron for the 32 bit systems. What I have...

### 修改方法: 1. 在`vendor/jxlwqq/quill/src/Editor.php`文件找到JS代码部分; ``` var options = {$options}; var quill = new Quill("#{$this->id}", options); ``` 3. 在以上代码上方和下方增加JS代码,修改如下; ``` function imageHandler() { let IMGUR_API_URL = '/admin/upload-image'; let fileInput = this.container.querySelector('input.ql-image[type=file]');...