chenhaozhe
2025-08-06 00a363f1ef1e2ded9f7a8e933cd89d863458a3b4
App.vue
@@ -21,4 +21,15 @@
      text-align: center;
      padding: 60rpx 0;
   }
   /* 用于解决picker内部设置 disabled input 时不响应的问题 */
   .picker-overlay {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     background-color: transparent; /* 透明背景 */
     z-index: 1; /* 确保在 input 上方 */
   }
</style>