@aplus-frontend/ui
Version:
18 lines (17 loc) • 359 B
JavaScript
import { genComponentStyleHook as t } from "../../utils/cssinjs/index.mjs";
const o = (e) => ({
[e.componentCls]: {
"&-wrapper": {
"&--full": {
position: "fixed",
top: 0,
width: "100vw",
height: "100vh"
}
}
}
}), l = t("FullScreen", (e) => [o(e)]);
export {
l as default,
o as genFullScreenStyle
};