diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 1d87083748..db55c351bf 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -5,31 +5,28 @@ antd 的用法咨询,建议通过以下渠道,官方 issues 目前没有足 1. [Stack Overflow](http://stackoverflow.com/questions/tagged/antd) 2. [Segment Fault](https://segmentfault.com/t/antd)(中文) -3. [Gitter](https://gitter.im/ant-design/ant-design) 如果是报告 bug,请按照下列格式书写,并务必提供复现步骤,否则恕难解决,感谢您的支持。 --> -#### 发生问题的环境是: +#### Environment(required) - +- antd version: +- OS and its version: +- Browser and its version: -- antd 版本: -- 操作系统及其版本: -- 浏览器及其版本: +#### What did you do? Please provide steps to re-produce your problem. -#### 您做了什么?请提供尽可能详细的重现步骤。 + - +#### What do you expected? -#### 您期待的结果是: + - +#### What happen? -#### 实际上的结果是: + - +#### Re-producible online demo -#### 可重现的在线演示 - - + diff --git a/site/theme/static/demo.less b/site/theme/static/demo.less index 7b37d4f7cd..31aa1ac99c 100644 --- a/site/theme/static/demo.less +++ b/site/theme/static/demo.less @@ -61,12 +61,6 @@ transform: scale(0.9); background: #fff; padding-right: 6px; - opacity: 0; - transition: opacity .3s; - } - - &:hover a.edit-button { - opacity: 1; } }