Shiny Dashboard tabBox,tabPanel CSS

时间:2017-07-21 22:00:21

标签: html css r shiny shinydashboard

在Shiny仪表板中使用tabBox和tabPanel时,

fluidRow(
    tabBox(
      title = "First tabBox",
      # The id lets us use input$tabset1 on the server to find the current tab
      id = "tabset1", height = "250px",
      tabPanel("Tab1", "First tab content"),
      tabPanel("Tab2", "Tab content 2")
    ),

是否可以修改背景颜色和其他CSS设置?我试过了

.tab-pane

但这会改变整个仪表板的背景颜色,而不仅仅是面板。

1 个答案:

答案 0 :(得分:0)

Type newType = parameters.ParameterType.GenericTypeArguments.First();