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