样式优化
This commit is contained in:
parent
4909c0e377
commit
ee5aee7433
|
|
@ -20,9 +20,9 @@
|
|||
<uni-th width="150" align="center">设备类型</uni-th>
|
||||
<uni-th width="150" align="center">规格型号</uni-th>
|
||||
<uni-th width="120" align="center">设备编码</uni-th>
|
||||
<uni-th width="100" align="center">本次检修时间</uni-th>
|
||||
<uni-th width="100" align="center">下次检修时间</uni-th>
|
||||
<uni-th width="100" align="center">再用班组</uni-th>
|
||||
<uni-th width="110" align="center">本次检修时间</uni-th>
|
||||
<uni-th width="110" align="center">下次检修时间</uni-th>
|
||||
<uni-th width="100" align="center">在用班组</uni-th>
|
||||
</uni-tr>
|
||||
<uni-tr v-for="(item, index) in tableList" :key="index">
|
||||
<uni-td align="center">{{ index + 1 }}</uni-td>
|
||||
|
|
@ -42,7 +42,7 @@
|
|||
</template>
|
||||
|
||||
<script setup>
|
||||
import { ref, computed } from 'vue'
|
||||
import { ref } from 'vue'
|
||||
import { getAgreementIdApi, getSafeDetailsListApi } from '@/services/materialsStation'
|
||||
import { onLoad } from '@dcloudio/uni-app'
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
<template>
|
||||
<div v-if="isIOS" :style="{ height: statusBarHeight }"></div>
|
||||
<view class="page-bg">
|
||||
<div class="top-content">
|
||||
<view class="upper-user">
|
||||
<view class="user-rig">
|
||||
<view>你好!</view>
|
||||
|
|
@ -21,6 +22,7 @@
|
|||
<span>临近检期1个月</span>
|
||||
</view>
|
||||
</view>
|
||||
</div>
|
||||
<view class="sections">
|
||||
<div
|
||||
class="item"
|
||||
|
|
@ -228,11 +230,22 @@ onShow(async () => {
|
|||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
page {
|
||||
background: #fff;
|
||||
}
|
||||
.page-bg {
|
||||
background: url('../../../static/bgd.png');
|
||||
/* background: url('../../../static/bgd.png');
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%; */
|
||||
background: #fff;
|
||||
/* min-height: calc(100vh - 50px); */
|
||||
// src/static/clz-home.png
|
||||
}
|
||||
.top-content {
|
||||
background: url('../../../static/clz-home.png');
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
min-height: calc(100vh - 50px);
|
||||
padding-bottom: 28rpx;
|
||||
}
|
||||
.upper-user {
|
||||
width: 85%;
|
||||
|
|
@ -320,6 +333,10 @@ onShow(async () => {
|
|||
flex-wrap: wrap;
|
||||
box-sizing: border-box;
|
||||
padding-top: 6%;
|
||||
background-color: #fff;
|
||||
margin-top: -20rpx;
|
||||
z-index: 1;
|
||||
border-radius: 25rpx 25rpx 0 0;
|
||||
.item {
|
||||
width: 25%;
|
||||
display: flex;
|
||||
|
|
|
|||
Binary file not shown.
|
After Width: | Height: | Size: 145 KiB |
Loading…
Reference in New Issue