This commit is contained in:
cxc
2022-09-14 17:48:03 +08:00
parent f8ccdae9d8
commit ae2cbde324
115 changed files with 5106 additions and 4433 deletions

View File

@ -8,8 +8,8 @@
</u--input>
</view>
</view>
<view class="sized-box" style="height: 194rpx;"></view>
<view class="sized-box" style="height:var(--status-bar-height);"></view>
<view class="sized-box" style="height: 194rpx;"></view>
<view class="site-list">
<!-- <navigator url="/pages/monitor/site-detail/site-detail"> -->
<view class="site-item" v-for="item in siteList" :key="item.id" @tap="routerGo">
@ -190,14 +190,18 @@
}
.site-list {
padding-bottom: 28rpx;
.site-item {
// box-shadow: 0 2rpx 0 rgba(0, 0, 0, 0.4);
margin-left: 16rpx;
margin-right: 16rpx;
margin-bottom: 40rpx;
border-radius: 8rpx;
background-color: #fff;
&:not(:last-child) {
margin-bottom: 40rpx;
}
.site-title {
background-color: #949494;
width: 92px;