gpt4 book ai didi

Dart/Polygon - 在核心工具栏中使用 Paper 选项卡

转载 作者:行者123 更新时间:2023-12-01 23:53:50 25 4
gpt4 key购买 nike

我正在尝试使用核心工具栏内的纸张标签。选项卡的代码在工具栏之外工作,但我希望它位于应用程序的顶部。可以这样做吗?

这只显示一个工具栏,不显示选项卡

<core-toolbar>
<paper-tabs selected="0">
<paper-tab>TAB 1</paper-tab>
<paper-tab>TAB 2</paper-tab>
<paper-tab>TAB 3</paper-tab>
</paper-tabs>
</core-toolbar>

但是如果我把

<core-toolbar>
<paper-tabs selected="0">
<paper-tab>TAB 1</paper-tab>
<paper-tab>TAB 2</paper-tab>
<paper-tab>TAB 3</paper-tab>
</paper-tabs>
</core-toolbar>
<paper-tabs selected="0">
<paper-tab>TAB 1</paper-tab>
<paper-tab>TAB 2</paper-tab>
<paper-tab>TAB 3</paper-tab>
</paper-tabs>

然后它在工具栏下方显示标签,但仍然不在工具栏中显示标签。

这是一个截图:https://drive.google.com/file/d/0B7Hf9K5d9C3TNEltTmg5RWVFY2M/edit?usp=sharing

任何帮助都会很棒!谢谢!

最佳答案

您必须设置特定的宽度才能显示标签。

像这样添加CSS

* /deep/ paper-tabs, 
* paper-tabs /* for browsers without native shadowDOM support */
{
width: 200px;
}

到您的页面,标签将显示。

关于Dart/Polygon - 在核心工具栏中使用 Paper 选项卡,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25152224/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com