feige
2023-11-19 090bce038b881a55f6453f49a8ae93c5697cf718
ruoyi-ui/src/views/clean/cleanInfo.vue
@@ -72,7 +72,7 @@
            class="el-upload-list__item-thumbnail"
            :src="file.url"
            alt=""
            style="width: 100%; height: 100%; object-fit: cover;"
            style="width: 147px; height: 147px; object-fit: cover;"
            fit="cover"
            :preview-src-list="[file.url]"
          >
@@ -134,7 +134,7 @@
               class="el-upload-list__item-thumbnail"
               src="../../assets/401_images/401.gif"
               alt=""
               style="width: 100%; height: 100%"
               style="width: 147px; height: 147px"
               fit="cover">
          <span class="el-upload-list__item-actions">
@@ -528,7 +528,7 @@
}
</script>
<style scoped lang="scss">
<style scoped>
.mt
{
  position: relative;
@@ -543,7 +543,7 @@
  display: block;
  position: absolute;
}
.hide .el-upload--picture-card {
.hide /deep/ .el-upload--picture-card {
  display: none;
}
.form{