0

我在设计 gwt-tree 小部件时遇到了困难。

我用过

.gwt-Tree {
    padding-top: 4px;
    padding-left: 0px;
    font-weight: bold;
    color: #0066CC;
    width: 14.5em !important;
}

.gwt-Tree .gwt-TreeItem {
    padding-left: 0px !important;
    margin-left: -1.5px !important;
    }

但我仍然可以看到填充。我还想增加树项 (+) 的大小。任何指针都将是 hwlpful。

谷歌搜索产生了这个不起作用。

.gwt-Tree > div:first-child {
  width: 0px !important;
  height: 0px !important;
  margin: 0px !important;
  padding: 0px !important;
}

.gwt-Tree > div {
        padding: 0px 5px !important;
}

.gwt-Tree > div[hidefocus=true] {

        width: 0px !important;
        height: 0px !important;

        margin: 0px !important;
        padding: 0px !important;
}

任何形式的帮助将不胜感激。谢谢!

4

0 回答 0