Browse Source

fix(contractManage): 修复悬浮按钮可能被遮挡的问题

添加z-index属性确保悬浮按钮始终显示在最上层
master
前端-胡立永 4 weeks ago
parent
commit
6fd1364ce9
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      pages_order/contract/contractManage.vue

+ 1
- 0
pages_order/contract/contractManage.vue View File

@ -84,6 +84,7 @@
align-items: center;
justify-content: center;
background-color: $uni-color;
z-index: 999;
}
}
</style>

Loading…
Cancel
Save