zjh
2025-04-23 8b34fa36bfc735e53460159ac13814ff073c908a
pages/QC/LLJ/ImageItem.vue
@@ -23,7 +23,7 @@
        </view>
      </view>
      <view class="plus-button">
        <button type="warn" @click="save">上传图片</button>
        <button type="primary" class="upImg" @click="save">上传图片</button>
      </view>
    </view>
    <!-- #ifdef APP -->
@@ -215,7 +215,7 @@
  bottom: 0;
  width: 100%;
  background-color: #ffffff; /* 背景颜色 */
  padding: 10px;
  /* padding: 10px; */
  box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1); /* 添加底部阴影效果 */
  z-index: 999; /* 确保按钮位于顶层 */
}
@@ -224,4 +224,10 @@
  max-height: calc(100vh - 240px); /* 屏幕高度减去上传按钮高度 */
  overflow-y: auto; /* 当内容超出高度时出现垂直滚动条 */
}
.upImg{
     background-color: #3498db;
     color: white;
}
</style>