google-visualization-table-page-numbers背景颜色变化 [英] google-visualization-table-page-numbers background color change

查看:77
本文介绍了google-visualization-table-page-numbers背景颜色变化的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试更改google-visualization-table-page-numbers所处的页脚背景色.我希望背景色可以扩展表格的整个宽度.我希望有人可以帮助我找到正确的解决方案.

I'm trying to change what I would call the footer background color where the google-visualization-table-page-numbers go. I would like the background color to extend the entire width of the table. I am hoping someone can help me find the correct solution.

推荐答案

由于图表使用渐变,请使用CSS background更改为纯色

since the chart uses a gradient, use css background to change to a solid color

.google-visualization-table-div-page {
  background: magenta !important;
}

要保持渐变并仅更改颜色,请使用css background-color

to keep the gradient and only change the color, use css background-color

.google-visualization-table-div-page {
  background-color: magenta !important;
}

这篇关于google-visualization-table-page-numbers背景颜色变化的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆