@@ -38,11 +38,10 @@
padding: 0 24rpx;
display: flex;
align-items: center;
- position: fixed;
+ position: sticky;
left: 0;
right: 0;
top: 0;
-
z-index: 99999;
.back{
.img{
@@ -264,7 +264,7 @@
.main {
background-color: #fff;
- margin-top: 80rpx;
+
.item {
border-bottom: 1px solid rgba(245, 245, 245, 1);
@@ -560,7 +560,6 @@
.background {
background-color: rgba(22, 119, 255, 1);
padding-bottom: 100rpx;
- padding-top: 88rpx;
/deep/.u-border-bottom:after {
@@ -6,7 +6,7 @@
<image class="img" src="@/assets/img/riLine-road-map-line.svg" mode=""></image>
</view>
<view class="title">
- 工单管理-
+ 工单管理
<view class="right" >
故障上报
@@ -394,7 +394,7 @@
// 我的工单
.my-work-order{
- margin-top: 88rpx;
.title{
@@ -180,8 +180,8 @@
justify-content: space-between;
margin-top: 24rpx;
.state-item{
- width: 72px;
- height: 72px;
+ width: 144rpx;
+ height: 144rpx;
border-radius: 8px;
color: rgba(255,255,255,1);
text-align: center;