<template> <view class="content"> 书-list </view> </template> <script setup lang="ts"> </script> <style lang="scss"> .content{ display: flex; flex-direction: column; height: 200rpx; background-color: plum; } </style>