在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
但这会改变整个仪表板的背景颜色,而不仅仅是面板。
答案 0 :(得分:0)
Type newType = parameters.ParameterType.GenericTypeArguments.First();