feat: 调整布局
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="bg box-border w-full h-screen flex pt-[8px] pb-[8px] pl-[8px]">
|
<div class="bg box-border w-full h-screen flex pt-[8px] pb-[8px] pl-[8px] gap-[8px]">
|
||||||
<div class="flex-1 h-full">
|
<div class="flex-1 h-full">
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,10 +1,10 @@
|
|||||||
<template>
|
<template>
|
||||||
<Layout>
|
<Layout>
|
||||||
<div class="bg-white box-border w-[936px] h-full rounded-[16px] p-[20px]">
|
<div class="bg-white box-border w-full h-full rounded-[16px] p-[20px]">
|
||||||
<RateTitleSection />
|
<RateTitleSection />
|
||||||
<RatePanelSection />
|
<RatePanelSection />
|
||||||
<RateContentSection />
|
<RateContentSection />
|
||||||
</div>
|
</div>
|
||||||
</Layout>
|
</Layout>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -13,4 +13,3 @@ import RateTitleSection from './components/RateTitleSection/index.vue'
|
|||||||
import RatePanelSection from './components/RatePanelSection/index.vue'
|
import RatePanelSection from './components/RatePanelSection/index.vue'
|
||||||
import RateContentSection from './components/RateContentSection/index.vue'
|
import RateContentSection from './components/RateContentSection/index.vue'
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user