cost 104 ms
在材料设计组件的上下文中,“使用这个 SASS mixin”是什么意思? - What does "use this SASS mixin" mean in the context of Material Design Components?

我正在使用Material Design Components for Web库。 我有一个选项卡组件,我想更改其underline-color 。 说明说 要自定义选项卡指示器,请使用以下混合。 然后它给了一张桌子。 对于下划线颜色,它说 underline-color($colo ...

如何在特定情况下禁用gwt.material.design.client.ui.MaterialLink? - how to disable gwt.material.design.client.ui.MaterialLink on specific situation?

我遇到了这个问题,我准备了一个禁用了Materialink的GWT页面。 我的Java视图: 我的view.xml: 该按钮被禁用,并且单击不起作用(良好)。 如果用户填写表格,我将启用它。 和工作perfert。 当我尝试禁用它时,因为用户输入了错误的 ...

GWT Material Design - 如何在移动设备上禁用更改数据网格布局? - GWT Material Design - How to disable change data grid layout on mobile devices?

我使用 GWT Material Design 1.6.2 版。 我的数据网格布局看起来不错,我想在移动设备上保留该布局。 所以我不想在我的应用程序中看到类似的东西。 任何想法如何做到这一点? 谢谢。 ...

材质设计精简版中的左,中和右连续对齐 - Left , center and right in a row alignment in material design lite

我正在使用精简版Material Design,并尝试将内容左/右/中心对齐。 但是不能执行它。 这是代码 我尝试了center-text,mdl-typography-text-center类,但是设计不是完美的,这里是屏幕截图 左上拉和右上拉功能正常,但中心不起作用。 ...

像Google这样的Material Design Lite中的搜索框 - Search box in material design lite like google

我正在使用Material Design Lite来创建导航栏。 我要创建导航栏,如下图所示。 我尝试了一些代码,它有些不错。 但不如图像中的好。 可以请别人帮我用Google Material Design创建图像中的导航栏 我的代码已生成导航栏,如下所示 ...

GWT材质-设置下拉选择文本 - GWT Material - Set Dropdown Selection Text

似乎GWT材质下拉菜单中的选定项目不像传统的下拉菜单那样“粘”。 第一个问题,这是新材料设计的目的吗? 难道我做错了什么? 我使用的库有问题吗? 其次,无论哪种方式,我都希望所选值代替默认文本。 有没有比这更好的方法了? UIBinder: Java: G ...

GWT-自定义窗口小部件错误:无法读取未定义的属性“哈希” - GWT- custom widget error: Cannot read property 'hash' of undefined

我对GWT非常陌生。 我想扩展一些标准的小部件以适合我的需求。 我创建了我的第一个小部件HorizontalTabs ,它从GWT MaterialDesign扩展了类( 这是演示 , 这是源 ),我收到一个错误: Cannot read property 'hash' of undefin ...


 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM