wlzboy
5 天以前 c098f1e3a3e052aa3d65584aae6dc003a70d75ad
app/pagesTask/components/AttachmentUpload.vue
@@ -50,7 +50,7 @@
            <view class="form-label">选择图片</view>
            <button class="choose-image-btn" @click="chooseImage">
              <uni-icons type="image" size="20"></uni-icons>
              <text>点击选择</text>
              <text class="btn-text">点击选择</text>
            </button>
          </view>
          <view class="preview-area" v-if="tempImagePath">
@@ -506,7 +506,7 @@
            color: #666;
            font-size: 28rpx;
            
            text {
            .btn-text {
              margin-left: 10rpx;
            }
          }