我使用 Angular 并使用 Angular Material [https://material.angular.io/components/autocomplete/api][1] [1]:https://material.angular.io/components/autocomplete/api
我想要在我的 md-autocomplete 中添加边框半径,但它不起作用:
<md-autocomplete class="myclass">
.myclass{
background-color: rgb(250, 250, 250);
border-bottom-left-radius: 50px;
border-bottom-right-radius: 50px
}
Run Code Online (Sandbox Code Playgroud)
你有解释吗?
我开发了一个读取配置文件的 Android 应用程序。
现在,我想使用另一个文件配置加载我的应用程序。
事实上,我想为我的应用程序创建 2 个快捷方式:
是否可以?
如果是,如何获取我的代码中的参数?
感谢您的帮助