gpt4 book ai didi

html - 弹出框、模态组件或页面的 Ionic 4 自定义样式

转载 作者:太空宇宙 更新时间:2023-11-04 06:01:00 26 4
gpt4 key购买 nike

我的应用程序在 Ionic 4 中,但我不明白如何自定义组件。我想在右上角显示对齐位置。

我已经在 global.css 文件和 component.css 文件中尝试过,但没有成功。

async getNotifications() {
const popover = await this.popoverController.create({
component: NotificationComponent,
// event: ev,
cssClass: 'notificationCSS',
translucent: true
});
return await popover.present();
}

在 notificationCSS 中:

 .notificationCSS{
top: 0px !important;
right: 0px !important;
}

Ref. Url

最佳答案

我在 ionic 中遇到了类似的问题,用于动态(在 Angular 世界中可能不完全正确)呈现 html 元素。我的组件 css 文件没有选择我定位的类。然而 global.css 做到了。我会尝试再次将您的 css 放在全局中。

关于html - 弹出框、模态组件或页面的 Ionic 4 自定义样式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57294994/

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