Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法改变表格小部件中的字体大小?
我试过了,但没有用:
.app-TableChart.Size12 .app-TableChart{ font-size: 12px; }
不错的尝试。不幸的是,有些样式直接应用于单元格,因此字体大小不会从容器继承。试试这个:
.app-TableChart .google-visualization-table th, .app-TableChart .google-visualization-table td { font-size: 12px; }