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.
如何将 sidebarPanel 宽度固定为以像素为单位的特定值,而不是与 mainPanel 相比占据总宽度的一部分?
这应该让你开始:
sidebarPanel( tags$head( tags$style(type="text/css", "select { max-width: 140px; }"), tags$style(type="text/css", ".span4 { max-width: 190px; }"), tags$style(type="text/css", ".well { max-width: 180px; }") ), ... )