gpt4 book ai didi

javascript - 不要让我更改 css Google 图表

转载 作者:太空宇宙 更新时间:2023-11-04 12:21:05 25 4
gpt4 key购买 nike

我有一个用 Google Chart 制作的表格,我已经在其中添加了样式。问题是我的 padding style 的优先级低于 google 样式表中的样式。

什么是 .google-visualization-table-table *{} ?它从哪里来?

一图胜千言。 > http://i.stack.imgur.com/bfhkY.jpg

代码如下:

.google-visualization-table-table ) {
margin: 0;
vertical-align: middle;
padding: 2px;
}

// and my style code:
.tableHeaderCell {
border: 0;
color: #fff;
font-weight: bold;
white-space: nowrap;
padding: 0.75em 1.5em; // this is the line of code that doesnt overwrite the pre-existing padding of 2px;
}

html: <td class="tableHeaderCell google-visualization-table-sorthdr"></td>

最佳答案

这是因为CSS规则的优先级,我觉得你应该试试:

.google-vizualisation-table-table .tableHeaderCell{
padding: 0.75em 1.5em;
}

关于javascript - 不要让我更改 css Google 图表,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28370702/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com