智能排查样式

main
limingtao 11 months ago
parent 87f29cd163
commit cb3651494c
  1. 7
      pages/index/detail.vue

@ -755,7 +755,7 @@
display: flex; display: flex;
justify-content: flex-end; justify-content: flex-end;
position: absolute; position: absolute;
right: -0px; right: -2px;
bottom: -44px; bottom: -44px;
.btn { .btn {
@ -766,9 +766,10 @@
align-items: center; align-items: center;
// width: 132px; // width: 132px;
min-width: 72rpx; min-width: 72rpx;
padding: 10rpx; padding: 10rpx 14rpx;
margin: 10rpx; margin: 10rpx ;
border-radius: 4rpx; border-radius: 4rpx;
font-size: 30rpx;
} }
} }

Loading…
Cancel
Save