mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-29 08:43:57 +00:00
flexColContainer fixed
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
export let containerMaxWidth = undefined;
|
export let containerMaxWidth = undefined;
|
||||||
export let containerMaxHeight = undefined;
|
export let containerMaxHeight = undefined;
|
||||||
export let flex1 = true;
|
export let flex1 = true;
|
||||||
export let flexColContainer = true;
|
export let flexColContainer = false;
|
||||||
export let maxHeight100 = false;
|
export let maxHeight100 = false;
|
||||||
export let scrollableContentContainer = false;
|
export let scrollableContentContainer = false;
|
||||||
export let contentTestId = undefined;
|
export let contentTestId = undefined;
|
||||||
|
|||||||
@@ -104,7 +104,6 @@ ORDER BY
|
|||||||
containerMaxWidth="100%"
|
containerMaxWidth="100%"
|
||||||
containerMaxHeight="calc(100% - 34px)"
|
containerMaxHeight="calc(100% - 34px)"
|
||||||
maxHeight100
|
maxHeight100
|
||||||
flexColContainer={false}
|
|
||||||
flex1
|
flex1
|
||||||
tabs={[
|
tabs={[
|
||||||
hasPermission('settings/change') && { identifier: 'general', label: 'General', slot: 1 },
|
hasPermission('settings/change') && { identifier: 'general', label: 'General', slot: 1 },
|
||||||
|
|||||||
Reference in New Issue
Block a user