This commit is contained in:
cclu 2024-06-17 17:18:10 +08:00
parent 786e673e14
commit 358f5be05d

View File

@ -1,6 +1,6 @@
<template>
<view class="projectWarningBox">
<view class="earlyTop" :style="{height: `calc(${menu.bottom}px + 910rpx)`}">
<view class="earlyTop" :style="{height: `calc(${menu.bottom}px + 850rpx)`}">
<view class="earlyTopBg"></view>
<view class="headerBox" :style="{paddingTop: menu.top + 'px',height:menu.bottom + 4 +'px'}">
<view :style="{height:menu.height +'px',display: 'flex',alignItems: 'center',paddingLeft:'32rpx'}">
@ -683,10 +683,10 @@ export default {
justify-content: space-between;
flex-wrap: wrap;
.errorItem{
width: calc(50% - 16rpx);
width: 50%;
display: flex;
align-items: center;
margin-bottom: 32rpx;
margin-bottom: 8rpx;
box-sizing: border-box;
padding: 12rpx;
border-radius: 16rpx;