You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by GitBox <gi...@apache.org> on 2020/07/20 05:48:52 UTC

[GitHub] [incubator-echarts] plainheart commented on issue #12994: 同时设置css 和 行内样式时, tooltip 样式错误

plainheart commented on issue #12994:
URL: https://github.com/apache/incubator-echarts/issues/12994#issuecomment-660817177


   你的 CSS 代码作用范围太大,这会影响 tooltip 的 div 容器样式。
   ```css
   div{
       display: inline-block;
       width: 600px;
       height: 400px
   }
   ```
   将 div 标签选择器改为对应的 id 选择器 `#stackArea` 就不会出现这个问题了。


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org