feat: 调整布局

This commit is contained in:
duanshuwen
2025-12-07 09:34:11 +08:00
parent f780cb9da0
commit da7024747a
2 changed files with 6 additions and 7 deletions

View File

@@ -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>

View File

@@ -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>