|
|
@ -57,19 +57,19 @@ onBeforeMount(async () => { |
|
|
|
|
|
|
|
<template> |
|
|
|
<PageWrapper v-if="id != null && id !== undefined" class="m-1"> |
|
|
|
<template #headerContent> |
|
|
|
<!-- <template #headerContent> |
|
|
|
<WorkbenchHeader class="m-1" :data="data" /> |
|
|
|
</template> |
|
|
|
<div class="bg-[#f5f5f5]"> |
|
|
|
<div class="enter-y h-95 md:flex"> |
|
|
|
</template> --> |
|
|
|
<div class="h-[calc(91vh)] bg-[#f5f5f5]"> |
|
|
|
<div class="enter-y h-[calc(91vh/2)] md:flex"> |
|
|
|
<StaticImg class="m-1 w-full md:w-1/4" :loading="loading" :data="data.LeftUp" /> |
|
|
|
<ProjectCard class="enter-y m-1 w-full md:w-1/2" :loading="loading" :data="data.LeftMidUp" /> |
|
|
|
<div class="enter-y w-full md:w-1/4"> |
|
|
|
<DynamicInfo :loading="loading" class="enter-y m-1 h-35 w-full" :data="data.RightMidUp" /> |
|
|
|
<Operation class="enter-y m-1 h-57 w-full" :loading="loading" :data="data.RightUp" /> |
|
|
|
<div class="enter-y h-[calc(91vh/2)] w-full md:w-1/4"> |
|
|
|
<DynamicInfo :loading="loading" class="enter-y m-1 h-[calc(17vh)] w-full" :data="data.RightMidUp" /> |
|
|
|
<Operation class="enter-y m-1 h-[calc(27vh)] w-full" :loading="loading" :data="data.RightUp" /> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="enter-y h-98 md:flex"> |
|
|
|
<div class="enter-y h-[calc(91vh/2)] md:flex"> |
|
|
|
<StaticImg class="m-1 w-full md:w-1/2" :loading="loading" :data="data.LeftDown" /> |
|
|
|
<ParameterInfo class="m-1 w-full md:w-1/2" :loading="loading" :data="data.RightDown" /> |
|
|
|
</div> |
|
|
|