mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-15 01:33:54 +00:00
portal size
This commit is contained in:
parent
ac40439664
commit
3a8d7e3617
@ -33,9 +33,9 @@ let portalStyle = reactive({});
|
|||||||
if (query["portal"] === "true") {
|
if (query["portal"] === "true") {
|
||||||
// eslint-disable-next-line no-undef
|
// eslint-disable-next-line no-undef
|
||||||
portalStyle = reactive({
|
portalStyle = reactive({
|
||||||
"height": "100%",
|
height: "100%",
|
||||||
"max-height": "375px",
|
"max-height": "350px",
|
||||||
"max-width": "800px",
|
"max-width": "963px",
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user