|
@@ -175,7 +175,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view style="width: 80%;position: fixed;bottom:80rpx;left: 50%;transform: translate(-50%);">
|
|
|
+ <view style="width: 80%;position: fixed;bottom:50rpx;left: 50%;transform: translate(-50%);">
|
|
|
<u-button v-if="current==0&&history==''" style="width: 70%;" @click="addClickModify(tableData)"
|
|
|
type="primary" color="#4CB2B6" shape="circle" size="default" text="去完成">
|
|
|
</u-button>
|
|
@@ -501,8 +501,8 @@
|
|
|
.main-time::before{
|
|
|
content: "";
|
|
|
position: absolute;
|
|
|
- border:rgba(52, 145, 250, 0.4) 2px dashed;
|
|
|
- left: -43px;
|
|
|
+ border:4rpx dashed rgba(33, 191, 208, 0.2) ;
|
|
|
+ left: -76rpx;
|
|
|
height: calc(100% - 20px);
|
|
|
top: 20rpx;
|
|
|
}
|
|
@@ -525,6 +525,6 @@
|
|
|
background: #21bfd0;
|
|
|
top: 50%;
|
|
|
transform: translateY(-50%);
|
|
|
- left: -46px;
|
|
|
+ left: -82rpx;
|
|
|
}
|
|
|
</style>
|