jiangping
2024-06-19 c5d6ccdcdad3837bf84313549e61410721533bf3
company/src/components/common/upload.vue
@@ -17,7 +17,7 @@
</template>
<script>
    import axios from 'axios';
import axios from 'axios'
    export default {
        props: {
            width: {
@@ -84,7 +84,15 @@
    .file {
        /*width: 100%;*/
        /*height: 90px;*/
        margin: 10px 0;
      padding: 10px;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative;
      margin-bottom: 10px;
      /* margin-right: 20px; */
       /* margin: 10px 0;*/
        input {
            opacity: 0;
        }
@@ -138,4 +146,3 @@
        }
    }
</style>