This commit is contained in:
aihe 2023-12-18 00:30:07 +08:00
parent 8c4efa2d91
commit 6bc49b5e3f

View File

@ -81,13 +81,17 @@
<style lang="scss">
@import '@/common/uni-nvue.scss';
page {
background-color: #fff !important;
background-color: #F6F6F6;
height: 100% !important;
padding-top: 20rpx;
}
</style>
<style scoped lang="scss">
.dbody{
background-color: #fff;
margin: 0 20rpx 20rpx 20rpx;
padding: 30rpx;
border-radius: 20rpx;
}
</style>