【发布时间】:2021-07-21 20:56:49
【问题描述】:
我如何覆盖 :host css
:host {
--width: 304px;
--min-width: auto;
--max-width: auto;
--height: 100%;
--min-height: auto;
--max-height: auto;
--background: var(--ion-background-color, #fff); // <-- i want to shut this down
inset: 0px;
display: none;
position: absolute;
contain: strict;
}
PS。这个 css 在 ion-content 上
我将不胜感激。
【问题讨论】:
标签: javascript angular ionic-framework