数据可视化大屏
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
479B

  1. /* Core Grid CSS */
  2. @import 'ag-grid-community/styles/ag-grid.css';
  3. @import 'ag-grid-community/styles/ag-theme-quartz.css';
  4. .custom-label {
  5. display: inline-block;
  6. padding: 10px 20px; /* 内边距 */
  7. font-size: 16px; /* 字体大小 */
  8. color: white; /* 文字颜色 */
  9. background-color: rgb(0 0 0 / 50%); /* 半透明黑色背景 */
  10. border-radius: 10px 10px 0 0; /* 上方圆角 */
  11. }
  12. .my-grid-font {
  13. font-size: 16px;
  14. font-weight: bold;
  15. }