<template> <view class="table-title"> <slot></slot> </view> </template> <script> </script> <style scoped lang="scss"> .table-title { width: calc(100% - 32rpx); margin:16rpx auto ; font-size: 32rpx; color: #333; } </style>