update
This commit is contained in:
parent
786e673e14
commit
358f5be05d
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<view class="projectWarningBox">
|
<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="earlyTopBg"></view>
|
||||||
<view class="headerBox" :style="{paddingTop: menu.top + 'px',height:menu.bottom + 4 +'px'}">
|
<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'}">
|
<view :style="{height:menu.height +'px',display: 'flex',alignItems: 'center',paddingLeft:'32rpx'}">
|
||||||
@ -683,10 +683,10 @@ export default {
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
.errorItem{
|
.errorItem{
|
||||||
width: calc(50% - 16rpx);
|
width: 50%;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-bottom: 32rpx;
|
margin-bottom: 8rpx;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
padding: 12rpx;
|
padding: 12rpx;
|
||||||
border-radius: 16rpx;
|
border-radius: 16rpx;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user