Browse Source

更换网站图标,导出按钮对齐

hbchen 2 years ago
parent
commit
7d059afcce
4 changed files with 4 additions and 3 deletions
  1. 1 1
      index.html
  2. BIN
      public/logo-site.png
  3. 1 0
      public/logo-site.svg
  4. 2 2
      src/views/financialManagement/financialList.vue

+ 1 - 1
index.html

@@ -3,7 +3,7 @@
 <html lang="zh">
   <head>
     <meta charset="UTF-8" />
-    <link rel="icon" type="image/png" href="/logo-site.png" />
+    <link rel="icon" type="image/png" href="/logo-site.svg" />
     <meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1, minimum-scale=1" />
     <title>弘则财务报表管理系统</title>
   </head>

BIN
public/logo-site.png


File diff suppressed because it is too large
+ 1 - 0
public/logo-site.svg


+ 2 - 2
src/views/financialManagement/financialList.vue

@@ -199,9 +199,9 @@ const statusArray=[{id:1,label:"进行中"},{id:2,label:"已完成"}]
           </div>
           <!-- 顶部按钮区域 -->
           <div class="financial-top-option-zone">
-              <el-button type="primary" size="large" style="width: 130px;" v-permission="'financial:list:complianceAdd'"
+              <el-button type="primary" size="large" style="width: 130px;margin-right: 30px;" v-permission="'financial:list:complianceAdd'"
               @click="registration('compliance')">合规登记</el-button>
-              <el-button @click="exportData" size="large" style="width: 130px;margin-left: 30px;" >导出</el-button>
+              <el-button @click="exportData" size="large" style="width: 130px;margin-left: 0;" >导出</el-button>
           </div>
           <div class="financial-table-zone">
             <!-- 表格 -->

Some files were not shown because too many files changed in this diff