fix:终审和首页下间距 #268

Merged
zhaohui merged 1 commits from fix/change_task into test 1 year ago

@ -60,5 +60,6 @@ onMounted(()=>{
flex-direction: row;
box-sizing: border-box;
width: 100%;
padding-bottom: 16px;
}
</style>

@ -715,7 +715,7 @@ defineExpose({
</n-dropdown>
</div>
</div>
<div class="wrapper-content">
<div class="wrapper-content" style="margin-bottom: 16px;">
<div style="display: flex; justify-content: space-between">
<div class="form">
<!-- <n-popselect v-model:value="timeRange" :options="timeOptions" trigger="click">

Loading…
Cancel
Save