Browse Source

上传

master
前端-胡立永 3 months ago
parent
commit
653baa0d15
1 changed files with 10 additions and 1 deletions
  1. +10
    -1
      pages_order/order/WorkOrders.vue

+ 10
- 1
pages_order/order/WorkOrders.vue View File

@ -86,6 +86,9 @@
@click="$utils.navigateTo('/pages_order/order/ModifyWorkOrder?id=' + id)">
修改
</view>
<view class="modi a">
已收藏
</view>
</view>
</view>
</template>
@ -173,12 +176,18 @@
display: flex;
align-items: center;
justify-content: center;
gap: 30rpx;
.modi{
padding: 20rpx 60rpx;
background-color:rgb(2 ,167, 240) ;
border-radius: 15rpx;
background-color: $uni-color;
color: #fff;
}
.a{
background-color: #fff;
border: 1rpx solid $uni-color;
color: $uni-color;
}
}
}
</style>

Loading…
Cancel
Save