diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 9b27ba6..e0e4c11 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -9,11 +9,7 @@ - - - - - + - { - "keyToString": { - "RunOnceActivity.OpenProjectViewOnStart": "true", - "RunOnceActivity.ShowReadmeOnStart": "true", - "full.screen.before.presentation.mode": "false", - "git-widget-placeholder": "master", - "ignore.virus.scanning.warn.message": "true", - "javascript.nodejs.core.library.configured.version": "20.16.0", - "javascript.nodejs.core.library.typings.version": "20.14.15", - "last_opened_file_path": "C:/Users/qpdgo/WebStormProjects/platinalab_web", - "list.type.of.created.stylesheet": "SCSS", - "node.js.detected.package.eslint": "true", - "node.js.detected.package.standard": "true", - "node.js.detected.package.tslint": "true", - "node.js.selected.package.eslint": "(autodetect)", - "node.js.selected.package.standard": "", - "node.js.selected.package.tslint": "(autodetect)", - "nodejs_package_manager_path": "pnpm", - "npm.taehui > dev.executor": "Run", - "npm.taehui > start.executor": "Run", - "npm.taehui > start:taehui-www.executor": "Run", - "prettierjs.PrettierConfiguration.Package": "C:\\Users\\qpdgo\\WebStormProjects\\taehui\\node_modules\\prettier", - "run.code.analysis.last.selected.profile": "pProject Default", - "settings.editor.selected.configurable": "terminal", - "ts.external.directory.path": "C:\\Users\\qpdgo\\WebStormProjects\\taehui\\node_modules\\typescript\\lib", - "vue.rearranger.settings.migration": "true" + dev.executor": "Run", + "npm.taehui > start.executor": "Run", + "npm.taehui > start:taehui-www.executor": "Run", + "prettierjs.PrettierConfiguration.Package": "C:\\Users\\qpdgo\\WebStormProjects\\taehui\\node_modules\\prettier", + "run.code.analysis.last.selected.profile": "pProject Default", + "settings.editor.selected.configurable": "terminal", + "ts.external.directory.path": "C:\\Users\\qpdgo\\WebStormProjects\\taehui\\node_modules\\typescript\\lib", + "vue.rearranger.settings.migration": "true" } -} +}]]> diff --git "a/qwilight-fe/src/app/\133language\135/site/components/SiteYellsView.tsx" "b/qwilight-fe/src/app/\133language\135/site/components/SiteYellsView.tsx" index 58b3577..ce5f56c 100644 --- "a/qwilight-fe/src/app/\133language\135/site/components/SiteYellsView.tsx" +++ "b/qwilight-fe/src/app/\133language\135/site/components/SiteYellsView.tsx" @@ -63,7 +63,7 @@ const { height: tabsHeight } = tabs.getBoundingClientRect(); const { height: siteInputHeight } = siteInput.getBoundingClientRect(); setSiteYellsViewHeight( - `${windowHeight - 19.5 * 2 - titleHeight - tabsHeight - 2 * 2 - siteInputHeight}px`, + `${windowHeight - titleHeight - tabsHeight - 46 - siteInputHeight}px`, ); } }, [titleView, windowLength, windowHeight, targetSiteID]);