@@ -91,7 +91,6 @@
background-color: #F6F7FB !important;
padding: 10px;
border-radius: 5px;
- margin-top: 4px;
}
.van-field {
background: #ffffff;
@@ -321,6 +321,7 @@ export default defineComponent({
{' '}
{i.des}
<div
+ style={'margin-top: 4px;'}
class={i.taskId == currenttaskid.value ? 'active' : ''}>
{(i.child ?? [])?.map((ii, index) => (
<div class="czxq-item">