特殊人群

This commit is contained in:
liuye
2022-08-16 16:47:30 +08:00
parent 76c7c3f478
commit f4223f1f06
3 changed files with 48 additions and 11 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="list">
<div class="list-content">
<!-- 统计 -->
<div class="content-box">
<div class="content-list">
@@ -209,16 +209,17 @@ export default {
uni-page-body {
height: 100%;
}
.list {
.list-content {
height: 100%;
.content-box {
padding: 32px 30px 0px;
box-sizing: border-box;
background: #fff;
.content-list {
display: flex;
background: #ffffff;
background: #fff;
border-radius: 16px;
margin-bottom: 20px;
width: 100%;