zhouwenxuan
2023-12-15 07ca2d96c6f38a2a38f958d1771b6b9848f0ce0d
src/views/components/details.vue
@@ -161,7 +161,7 @@
        e.preventDefault();
        const file = {
            fileUrl: e.target.href,
            fileName: e.target.download
            fileName: e.target.innerHTML
        }
        axios.get( file.fileUrl,{
                headers:
@@ -229,7 +229,7 @@
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 160px;
  margin-top: 150px;
  .header{
    width: 1200px;
@@ -252,7 +252,7 @@
    box-shadow: 1px 1px 3px rgba(0,0,0,.04);
    padding: 20px 15px 40px;
    background: #fff;
    max-height: calc(100vh - 310px);
    max-height: calc(100vh - 280px);
    overflow-y: auto;
    .title{