English 中文(简体)
Vaadin TabSheet 标尺
原标题:Vaadin TabSheet tab size
  • 时间:2010-07-19 23:12:10
  •  标签:
  • vaadin

我有一个Vadin TabSheet,我设立了4个塔克,但我希望这4个塔布都散布在我的塔什特的全座。 目前,这一比例仅为50%左右。

我已尝试在表标物和表标物上设定“100%”,并尽力提供帮助。

让我知道,有人对如何这样做有什么想法。

thanks dheeraj

问题回答

如果采用非常粗略的方法,你可以尝试:

.v-tabsheet-tabitemcell {
    width: 25%;
}

.v-tabsheet-tabitem .v-caption {
    width: auto !important;
}

不过,值得注意的是,这可能会在某些浏览器中,特别是在旧的电离层电离层中,造成某种损失,因此可以确保彻底测试。

Oh,以及 you,如果从上述雕塑中明显看出的话,你需要列入一个习俗主题:





相关问题
Client Browser detection in Vaadin

I want to set different themes to my Vaadin application, depending on the user agent. In particular I want to distinguish at least between mobile devices (iPhone, Android,...) and desktop web browser. ...

Using Clojure with Vaadin

Has anyone tried implementing a web application with Clojure ( using Compojure ) and Vaadin ? I had seen an article on using Clojure with JWT for creating web apps. Vaadin is based on GWT so you get a ...

How to change the tabbar color in vaadin?

Hi want to change the tab color when the tab get focus in vaadin?can any one help me how to customize tabsheet to achive this..

采用Vadin的植被

能否在《维也纳条约法公约》申请范围内使用瓦亚丁框架中的植被?

热门标签