
.img-preview {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
}
.img-preview img {
  max-width: 100%;
  max-height: 100%;
}
.ui-upload-image {
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.ui-upload-image img {
  max-width: 100%;
  max-height: 100%;
}
.ui-upload-progress {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.is-clearable[data-v-aa5c2b18]{height:26px;line-height:26px;cursor:pointer}.is-clearable.is-active[data-v-aa5c2b18]{background-color:#f0f7ff}
.ui-table[data-v-8498ce74]{font-size:12px}
