feat: 调整布局
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
<template>
|
||||
<Layout>
|
||||
<div class="bg-white box-border w-full h-full rounded-[16px] p-[20px]">
|
||||
<RateTitleSection />
|
||||
<RatePanelSection />
|
||||
<RateContentSection />
|
||||
</div>
|
||||
</Layout>
|
||||
<div class="bg-white box-border w-full h-full rounded-[16px] p-[20px]">
|
||||
<RateTitleSection />
|
||||
<RatePanelSection />
|
||||
<RateContentSection />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts" name="Rate">
|
||||
|
||||
Reference in New Issue
Block a user