팝업수정
This commit is contained in:
@@ -19,6 +19,7 @@ import '@frontend/styles/appPopup.css';
|
|||||||
import '@frontend/styles/widgetDashboard.css';
|
import '@frontend/styles/widgetDashboard.css';
|
||||||
|
|
||||||
document.documentElement.classList.add('fw-native-picker-window');
|
document.documentElement.classList.add('fw-native-picker-window');
|
||||||
|
document.documentElement.classList.add('fw-native-widget');
|
||||||
|
|
||||||
function parseParams(): { instanceId: string; slotId: string } {
|
function parseParams(): { instanceId: string; slotId: string } {
|
||||||
const params = new URLSearchParams(window.location.search);
|
const params = new URLSearchParams(window.location.search);
|
||||||
@@ -80,6 +81,8 @@ const PickerApp: React.FC = () => {
|
|||||||
<WidgetPickerModal
|
<WidgetPickerModal
|
||||||
open
|
open
|
||||||
category="all"
|
category="all"
|
||||||
|
nativeCompact
|
||||||
|
nativeFullRoot
|
||||||
onClose={handleClose}
|
onClose={handleClose}
|
||||||
onSelect={widgetType => { void handleSelect(widgetType); }}
|
onSelect={widgetType => { void handleSelect(widgetType); }}
|
||||||
/>
|
/>
|
||||||
|
|||||||
@@ -1255,6 +1255,9 @@ html.fw-native-picker-window #root {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
html.fw-native-picker-window .wd-picker-native-loading {
|
html.fw-native-picker-window .wd-picker-native-loading {
|
||||||
|
|||||||
Reference in New Issue
Block a user