Browse Source

fix style

jwyu 8 months ago
parent
commit
7585ce24db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/report/pdf/components/EditPdf.vue

+ 1 - 1
src/views/report/pdf/components/EditPdf.vue

@@ -107,7 +107,7 @@ async function onSubmit() {
         class="upload-box"
       >
         <div v-if="formData.fileUrl" class="file-name-box">
-          <el-link type="primary" style="font-size:18px">{{ formData.fileName }}</el-link>
+          <span style="font-size:18px;color:var(--el-primary-color)">{{ formData.fileName }}</span>
           <el-icon color="#f00" size="20px" @click="formData.fileName='';formData.fileUrl=''"><CircleClose /></el-icon>
         </div>
         <template #trigger>