shaogen1995 4 лет назад
Родитель
Сommit
d72d66a5f6
52 измененных файлов с 127 добавлено и 97 удалено
  1. 1 2
      src/components/tabLeft.vue
  2. 1 2
      src/components/tabLeft2.vue
  3. 1 2
      src/components/tabLeft3.vue
  4. 1 2
      src/components/tabLeft4.vue
  5. 1 0
      src/main.js
  6. 1 1
      src/views/collect/collect0.vue
  7. 1 1
      src/views/collect/collect0_DiaEdit.vue
  8. 2 2
      src/views/collect/collect0_look.vue
  9. 1 1
      src/views/collect/collect1.vue
  10. 1 1
      src/views/collect/collect1_Dialog.vue
  11. 1 1
      src/views/collect/collect1_add.vue
  12. 1 1
      src/views/collect/collect1_audit.vue
  13. 1 1
      src/views/collect/collect1_look.vue
  14. 1 1
      src/views/collect/collect2.vue
  15. 1 1
      src/views/collect/collect2_Dialog.vue
  16. 1 1
      src/views/collect/collect2_add.vue
  17. 1 1
      src/views/collect/collect2_audit.vue
  18. 1 1
      src/views/collect/collect2_look.vue
  19. 1 1
      src/views/collect/collect3.vue
  20. 1 1
      src/views/collect/collect3_audit_Dia.vue
  21. 1 1
      src/views/holding/holding0.vue
  22. 1 1
      src/views/holding/holding0_DiaEdit.vue
  23. 1 1
      src/views/holding/holding0_Dialog.vue
  24. 1 1
      src/views/holding/holding0_add.vue
  25. 1 1
      src/views/holding/holding0_audit.vue
  26. 1 1
      src/views/holding/holding0_audit_Dia.vue
  27. 1 1
      src/views/holding/holding0_result.vue
  28. 1 1
      src/views/holding/holding1.vue
  29. 1 1
      src/views/holding/holding1_Dialog.vue
  30. 1 1
      src/views/holding/holding1_add.vue
  31. 1 1
      src/views/holding/holding1_audit.vue
  32. 1 1
      src/views/holding/holding1_look.vue
  33. 1 1
      src/views/holding/holding2.vue
  34. 1 1
      src/views/holding/holding2_Dialog.vue
  35. 1 1
      src/views/holding/holding2_add.vue
  36. 1 1
      src/views/holding/holding2_audit.vue
  37. 2 2
      src/views/holding/holding2_look.vue
  38. 10 8
      src/views/holding/holding3.vue
  39. 1 1
      src/views/holding/holding3_DiaEdit.vue
  40. 65 34
      src/views/holding/holding3_look.vue
  41. 1 1
      src/views/holding/holding4.vue
  42. 1 1
      src/views/holding/holding4_audit_Dia.vue
  43. 1 1
      src/views/holding/holding5.vue
  44. 1 1
      src/views/holding/holding5_Dialog.vue
  45. 1 1
      src/views/holding/holding5_add.vue
  46. 1 1
      src/views/holding/holding5_audit.vue
  47. 1 1
      src/views/holding/holding5_look.vue
  48. 1 1
      src/views/statistics/statistics0.vue
  49. 1 1
      src/views/statistics/statistics2.vue
  50. 1 1
      src/views/system/system1.vue
  51. 1 1
      src/views/system/system2.vue
  52. 1 1
      src/views/system/system3.vue

+ 1 - 2
src/components/tabLeft.vue

@@ -63,9 +63,8 @@ export default {
   .left {
     width: 220px;
     min-width: 130px;
-    height: 868px;
+    height: calc(100vh - 68px);
     background-color: #fff;
-    box-shadow: 1px 1px 10px 1px;
     ul {
       li {
         cursor: pointer;

+ 1 - 2
src/components/tabLeft2.vue

@@ -48,9 +48,8 @@ export default {
   .left {
     width: 220px;
     min-width: 130px;
-    height: 868px;
+    height: calc(100vh - 68px);
     background-color: #fff;
-    box-shadow: 1px 1px 10px 1px;
     ul {
       li {
         cursor: pointer;

+ 1 - 2
src/components/tabLeft3.vue

@@ -54,9 +54,8 @@ export default {
   .left {
     width: 220px;
     min-width: 130px;
-    height: 868px;
+    height: calc(100vh - 68px);
     background-color: #fff;
-    box-shadow: 1px 1px 10px 1px;
     ul {
       li {
         cursor: pointer;

+ 1 - 2
src/components/tabLeft4.vue

@@ -41,9 +41,8 @@ export default {
   .left {
     width: 220px;
     min-width: 130px;
-    height: 868px;
+    height: calc(100vh - 68px);
     background-color: #fff;
-    box-shadow: 1px 1px 10px 1px;
     ul {
       li {
         cursor: pointer;

+ 1 - 0
src/main.js

@@ -22,6 +22,7 @@ const checkBtn = {
     myWwjb (id) {
       const list = [
         { id: '', name: '' },
+        { id: 4, name: '资料' },
         { id: 3, name: '三级' },
         { id: 2, name: '二级' },
         { id: 1, name: '一级' },

+ 1 - 1
src/views/collect/collect0.vue

@@ -67,7 +67,7 @@
           <!--表格 -->
           <div class="table" v-if="change">
             <el-table
-              :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+              :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
               :data="tableData"
               border
               style="width: 100%"

+ 1 - 1
src/views/collect/collect0_DiaEdit.vue

@@ -273,7 +273,7 @@
     </el-form>
     <!-- 表格 -->
     <el-table
-      :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+      :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
       :data="tableData"
       border
       style="width: 100%;margin-top: 40px;"

+ 2 - 2
src/views/collect/collect0_look.vue

@@ -283,7 +283,7 @@
             </div>
             <!-- 表格 -->
             <el-table
-              :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+              :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
               :data="tableData"
               border
               style="width: 100%"
@@ -344,7 +344,7 @@
     <el-dialog title="操作记录" :visible.sync="dialogTableVisible">
       <el-table
         :data="gridData"
-        :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+        :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
         border
       >
         <el-table-column label="序号" width="50" :resizable="false">

+ 1 - 1
src/views/collect/collect1.vue

@@ -39,7 +39,7 @@
           <!--表格 -->
           <div class="table">
             <el-table
-              :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+              :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
               :data="tableData"
               border
               style="width: 100%"

+ 1 - 1
src/views/collect/collect1_Dialog.vue

@@ -13,7 +13,7 @@
     <el-table
       ref="multipleTable"
       @selection-change="handleSelectionChange"
-      :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+      :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
       :data="tableData"
       border
       style="width: 100%"

+ 1 - 1
src/views/collect/collect1_add.vue

@@ -61,7 +61,7 @@
           <div class="table">
             <el-table
               @selection-change="handleSelectionChange"
-              :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+              :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
               :data="tableData"
               border
               style="width: 100%"

+ 1 - 1
src/views/collect/collect1_audit.vue

@@ -36,7 +36,7 @@
             <h3>藏品信息</h3>
           </div>
           <el-table
-            :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+            :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
             :data="tableData"
             border
             style="width: 100%"

+ 1 - 1
src/views/collect/collect1_look.vue

@@ -44,7 +44,7 @@
           </div>
           <el-table
             @selection-change="handleSelectionChange"
-            :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+            :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
             :data="tableData"
             border
             style="width: 100%"

+ 1 - 1
src/views/collect/collect2.vue

@@ -39,7 +39,7 @@
           <!--表格 -->
           <div class="table">
             <el-table
-              :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+              :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
               :data="tableData"
               border
               style="width: 100%"

+ 1 - 1
src/views/collect/collect2_Dialog.vue

@@ -13,7 +13,7 @@
     <el-table
       ref="multipleTable"
       @selection-change="handleSelectionChange"
-      :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+      :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
       :data="tableData"
       border
       style="width: 100%"

+ 1 - 1
src/views/collect/collect2_add.vue

@@ -47,7 +47,7 @@
           <div class="table">
             <el-table
               @selection-change="handleSelectionChange"
-              :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+              :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
               :data="tableData"
               border
               style="width: 100%"

+ 1 - 1
src/views/collect/collect2_audit.vue

@@ -32,7 +32,7 @@
             <h3>藏品信息</h3>
           </div>
           <el-table
-            :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+            :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
             :data="tableData"
             border
             style="width: 100%"

+ 1 - 1
src/views/collect/collect2_look.vue

@@ -44,7 +44,7 @@
             <h3>藏品信息</h3>
           </div>
           <el-table
-            :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+            :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
             :data="tableData"
             border
             style="width: 100%"

+ 1 - 1
src/views/collect/collect3.vue

@@ -43,7 +43,7 @@
           <!--表格 -->
           <div class="table">
             <el-table
-              :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+              :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
               :data="tableData"
               border
               style="width: 100%"

+ 1 - 1
src/views/collect/collect3_audit_Dia.vue

@@ -96,7 +96,7 @@
       </div>
       <!-- 表格 -->
       <el-table
-        :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+        :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
         :data="tableData"
         border
         style="width: 100%"

+ 1 - 1
src/views/holding/holding0.vue

@@ -57,7 +57,7 @@
           <!--表格 -->
           <div class="table">
             <el-table
-              :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+              :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
               :data="tableData"
               border
               style="width: 100%"

+ 1 - 1
src/views/holding/holding0_DiaEdit.vue

@@ -281,7 +281,7 @@
     </el-form>
     <!-- 表格 -->
     <el-table
-      :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+      :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
       :data="tableData"
       border
       style="width: 100%;margin-top: 40px;"

+ 1 - 1
src/views/holding/holding0_Dialog.vue

@@ -283,7 +283,7 @@
     </el-form>
     <!-- 表格 -->
     <el-table
-      :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+      :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
       :data="tableData"
       border
       style="width: 100%;margin-top: 40px;"

+ 1 - 1
src/views/holding/holding0_add.vue

@@ -55,7 +55,7 @@
           <div class="table">
             <el-table
               @selection-change="handleSelectionChange"
-              :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+              :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
               :data="tableData"
               border
               style="width: 100%"

+ 1 - 1
src/views/holding/holding0_audit.vue

@@ -42,7 +42,7 @@
             <h3>藏品信息</h3>
           </div>
           <el-table
-            :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+            :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
             :data="tableData"
             border
             style="width: 100%"

+ 1 - 1
src/views/holding/holding0_audit_Dia.vue

@@ -99,7 +99,7 @@
       </div>
       <!-- 表格 -->
       <el-table
-        :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+        :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
         :data="tableData"
         border
         style="width: 100%"

+ 1 - 1
src/views/holding/holding0_result.vue

@@ -48,7 +48,7 @@
             <h3>藏品信息</h3>
           </div>
           <el-table
-            :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+            :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
             :data="tableData"
             border
             style="width: 100%"

+ 1 - 1
src/views/holding/holding1.vue

@@ -39,7 +39,7 @@
           <!--表格 -->
           <div class="table">
             <el-table
-              :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+              :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
               :data="tableData"
               border
               style="width: 100%"

+ 1 - 1
src/views/holding/holding1_Dialog.vue

@@ -13,7 +13,7 @@
     <el-table
       ref="multipleTable"
       @selection-change="handleSelectionChange"
-      :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+      :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
       :data="tableData"
       border
       style="width: 100%"

+ 1 - 1
src/views/holding/holding1_add.vue

@@ -50,7 +50,7 @@
           <div class="table">
             <el-table
               @selection-change="handleSelectionChange"
-              :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+              :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
               :data="tableData"
               border
               style="width: 100%"

+ 1 - 1
src/views/holding/holding1_audit.vue

@@ -34,7 +34,7 @@
             <h3>藏品信息</h3>
           </div>
           <el-table
-            :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+            :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
             :data="tableData"
             border
             style="width: 100%"

+ 1 - 1
src/views/holding/holding1_look.vue

@@ -44,7 +44,7 @@
             <h3>藏品信息</h3>
           </div>
           <el-table
-            :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+            :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
             :data="tableData"
             border
             style="width: 100%"

+ 1 - 1
src/views/holding/holding2.vue

@@ -39,7 +39,7 @@
           <!--表格 -->
           <div class="table">
             <el-table
-              :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+              :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
               :data="tableData"
               border
               style="width: 100%"

+ 1 - 1
src/views/holding/holding2_Dialog.vue

@@ -13,7 +13,7 @@
     <el-table
       ref="multipleTable"
       @selection-change="handleSelectionChange"
-      :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+      :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
       :data="tableData"
       border
       style="width: 100%"

+ 1 - 1
src/views/holding/holding2_add.vue

@@ -61,7 +61,7 @@
           <div class="table">
             <el-table
               @selection-change="handleSelectionChange"
-              :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+              :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
               :data="tableData"
               border
               style="width: 100%"

+ 1 - 1
src/views/holding/holding2_audit.vue

@@ -36,7 +36,7 @@
             <h3>藏品信息</h3>
           </div>
           <el-table
-            :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+            :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
             :data="tableData"
             border
             style="width: 100%"

+ 2 - 2
src/views/holding/holding2_look.vue

@@ -48,7 +48,7 @@
           </div>
           <el-table
             @selection-change="handleSelectionChange"
-            :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+            :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
             :data="tableData"
             border
             style="width: 100%"
@@ -151,7 +151,7 @@
               </div>
               <el-table
                 @selection-change="handleSelectionChange"
-                :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+                :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
                 :data="tableData"
                 border
                 style="width: 100%"

+ 10 - 8
src/views/holding/holding3.vue

@@ -46,7 +46,7 @@
               placeholder="请输入"
               style="width: 217px"
             ></el-input>
-            <el-button style="margin: 0 20px 0" @click="inquire">查询</el-button>
+            <el-button style="margin: 0 20px 0" @click="inquire" type="primary">查 询</el-button>
 <!-- 导出 -->
 <download-excel
       :before-generate="derive"
@@ -55,7 +55,7 @@
       :fields = "json_fields"
       name = "藏品信息.xls">
       <!-- 上面可以自定义自己的样式,还可以引用其他组件button -->
-      <el-button>导出</el-button>
+      <el-button>导 出</el-button>
 </download-excel>
             <div class="pattern">
               <div :class="{ active: change === 0 }" @click="pattern(0)">
@@ -69,7 +69,7 @@
           <!--表格 -->
           <div class="table" v-if="change">
             <el-table
-              :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+              :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
               :data="tableData"
               border
               style="width: 100%"
@@ -454,17 +454,19 @@ export default {
           }
         }
         .imgInfo {
+          width: 98%;
+          border-top: 1px solid #ccc;
+          margin: 35px auto 0;
           .beNull{
             margin-top: 40px;
             font-size: 26px;
           }
           max-height: 635px;
           overflow: auto;
-          width: 100%;
           display: flex;
           justify-content: start;
           flex-wrap: wrap;
-          padding: 10px 60px 40px 60px;
+          padding: 10px 50px 40px 50px;
           .imgInfo_single {
 
             cursor: pointer;
@@ -472,14 +474,14 @@ export default {
             text-align: center;
             width: 215px;
             height: 255px;
-            border: 1px solid #ccc;
+            border: 3px solid #ccc;
             img {
               // object-fit:scale-down;
-              width: 213px;
+              width: 209px;
               height: 200px;
               margin-bottom: 8px;
               object-fit: cover;
-              border-bottom: 1px solid #ccc;
+              border-bottom: 3px solid #ccc;
             }
             span {
               color: black;

+ 1 - 1
src/views/holding/holding3_DiaEdit.vue

@@ -281,7 +281,7 @@
     </el-form>
     <!-- 表格 -->
     <el-table
-      :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+      :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
       :data="tableData"
       border
       style="width: 100%;margin-top: 40px;"

+ 65 - 34
src/views/holding/holding3_look.vue

@@ -205,6 +205,19 @@
         </el-breadcrumb>
       </div>
       <div class="conten">
+        <!-- 顶部 -->
+        <div class="conten_top">
+            <h3>{{ myObj.name }}</h3>
+            <div v-if="myObj.status === '已入库'">已入库</div>
+            <div
+              v-else-if="myObj.status === '待入库'"
+              style="background-color: #ccc"
+            >
+              待入库
+            </div>
+            <div v-else style="background-color: #85ce61">已出库</div>
+
+        </div>
         <div class="daochu">
           <el-button
             v-if="userLimits.edit"
@@ -229,17 +242,6 @@
           <img :src="baseURL + myObj.thumb" alt="" :onerror="defaultImg" />
         </div>
         <div class="conten_right">
-          <div class="title">
-            <h3>{{ myObj.name }}</h3>
-            <div v-if="myObj.status === '已入库'">已入库</div>
-            <div
-              v-else-if="myObj.status === '待入库'"
-              style="background-color: #ccc"
-            >
-              待入库
-            </div>
-            <div v-else style="background-color: #85ce61">已出库</div>
-          </div>
           <div class="info">
             <div class="row">
               <div>
@@ -404,7 +406,7 @@
               </div>
             </div>
             <div class="row">
-              <div style="height: 39px">
+              <div style="height: 36px">
                 <span>入库位置</span>
                 <el-cascader
                   ref="cascaderAddr"
@@ -445,10 +447,7 @@
             </div>
             <!-- 表格 -->
             <el-table
-              :header-cell-style="{
-                background: 'rgba(62, 94, 179, .5)',
-                color: '#404040',
-              }"
+              :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
               :data="tableData"
               border
               style="width: 100%"
@@ -531,10 +530,7 @@
     <el-dialog title="操作记录" :visible.sync="dialogTableVisible">
       <el-table
         :data="gridData"
-        :header-cell-style="{
-          background: 'rgba(62, 94, 179, .5)',
-          color: '#404040',
-        }"
+        :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
         border
       >
         <el-table-column label="序号" width="50" :resizable="false">
@@ -894,7 +890,7 @@ body .el-table::before {
     color: #3e5eb3;
     margin: 4px;
   }
-  .title {
+    .title {
     display: flex;
     border-bottom: 2px solid #ccc;
     height: 40px;
@@ -917,13 +913,19 @@ body .el-table::before {
       border-radius: 5px;
     }
   }
+
   .info {
-    margin: 10px 0 0 55px;
+    border:1px solid #ccc;
+    border-right: none;
+    border-bottom: none;
+    margin: 0px 0 0 55px;
     // max-height: 370px;
     // overflow-y: auto;
     width: 90%;
     // margin-bottom: 60px;
     .row {
+      border-bottom: 1px solid #ccc;
+      border-right: 1px solid #ccc;
       /deep/.el-input__inner {
         display: flex;
         align-items: center;
@@ -944,18 +946,18 @@ body .el-table::before {
         // padding: 7px 20px;
         // height: 33px;
         display: flex;
-        height: 37px;
+        height: 36px;
         align-items: center;
-        border: 1px solid #ccc;
+        // border: 1px solid #ccc;
         font-size: 16px;
         color: black;
         span {
           display: block;
           width: 112px;
-          height: 37px;
-          line-height: 37px;
+          height: 36px;
+          line-height: 36px;
           text-align: center;
-          background-color: #d9d9d9;
+          background-color: #f0eff2;
           font-weight: 700;
           margin-right: 10px;
         }
@@ -1008,11 +1010,34 @@ body .el-table::before {
     }
   }
   .conten {
+    .conten_top{
+    width: 100%;
+    display: flex;
+    border-bottom: 2px solid #ccc;
+    height: 50px;
+    align-items: center;
+    margin-right: 62px;
+    h3 {
+      font-size: 20px;
+      color: black;
+      margin: 0 25px 0 0px;
+    }
+    & > div {
+      padding: 0 5px;
+      display: flex;
+      justify-content: center;
+      align-items: center;
+      height: 20px;
+      background-color: #3e5eb3;
+      color: #fff;
+      font-size: 13px;
+      border-radius: 5px;
+    }    }
     position: relative;
     .daochu {
       position: absolute;
       right: 80px;
-      top: 12px;
+      top: 18px;
     }
     display: flex;
     flex-wrap: wrap;
@@ -1021,9 +1046,10 @@ body .el-table::before {
     margin: 0 20px 40px;
     padding: 10px 0 0 40px;
     .conten_left {
+      margin-top: -34px;
       width: 465px;
-      height: 460px;
-      background-color: rgba(64, 64, 64, 0.9);
+      height: 409px;
+      background-color: #f1f2f6;
       display: flex;
       align-items: center;
       img {
@@ -1035,8 +1061,9 @@ body .el-table::before {
     }
     .conten_right {
       flex: 1;
-      max-height: 460px;
+      max-height: 410px;
       overflow-y: auto;
+      margin-top: -34px;
     }
     .conten_bot {
       margin-top: -40px;
@@ -1082,10 +1109,14 @@ body .el-table::before {
   }
   #myPdfCon{
     .info{
+      border:none;
       .row{
-        height: auto;
-          display: inline;
+        border:none;
+        height: 0;
+        display: inline;
         &>div {
+          border:1px solid #ccc;
+          border-top:none;
           min-height: 37px;
           position: relative;
           flex-wrap: wrap;
@@ -1094,7 +1125,7 @@ body .el-table::before {
             display: flex;
             align-items: center;
             justify-content: center;
-            min-height: 37px;
+            min-height: 35px;
             position: absolute;
             left: 0;
             top: 0;

+ 1 - 1
src/views/holding/holding4.vue

@@ -43,7 +43,7 @@
           <!--表格 -->
           <div class="table">
             <el-table
-              :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+              :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
               :data="tableData"
               border
               style="width: 100%"

+ 1 - 1
src/views/holding/holding4_audit_Dia.vue

@@ -99,7 +99,7 @@
       </div>
       <!-- 表格 -->
       <el-table
-        :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+        :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
         :data="tableData"
         border
         style="width: 100%"

+ 1 - 1
src/views/holding/holding5.vue

@@ -39,7 +39,7 @@
           <!--表格 -->
           <div class="table">
             <el-table
-              :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+              :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
               :data="tableData"
               border
               style="width: 100%"

+ 1 - 1
src/views/holding/holding5_Dialog.vue

@@ -13,7 +13,7 @@
     <el-table
       ref="multipleTable"
       @selection-change="handleSelectionChange"
-      :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+      :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
       :data="tableData"
       border
       style="width: 100%"

+ 1 - 1
src/views/holding/holding5_add.vue

@@ -47,7 +47,7 @@
           <div class="table">
             <el-table
               @selection-change="handleSelectionChange"
-              :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+              :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
               :data="tableData"
               border
               style="width: 100%"

+ 1 - 1
src/views/holding/holding5_audit.vue

@@ -32,7 +32,7 @@
             <h3>藏品信息</h3>
           </div>
           <el-table
-            :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+            :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
             :data="tableData"
             border
             style="width: 100%"

+ 1 - 1
src/views/holding/holding5_look.vue

@@ -44,7 +44,7 @@
             <h3>藏品信息</h3>
           </div>
           <el-table
-            :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+            :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
             :data="tableData"
             border
             style="width: 100%"

+ 1 - 1
src/views/statistics/statistics0.vue

@@ -53,7 +53,7 @@
           <!-- 表格 -->
           <div class="table" v-if="towList.name">
             <el-table
-              :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+              :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
               :data="tableData"
               border
               style="width: 100%"

+ 1 - 1
src/views/statistics/statistics2.vue

@@ -43,7 +43,7 @@
           <!--表格 -->
           <div class="table">
             <el-table
-              :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+              :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
               :data="tableData"
               border
               style="width: 100%"

+ 1 - 1
src/views/system/system1.vue

@@ -24,7 +24,7 @@
           <!--表格 -->
           <div class="table">
             <el-table
-              :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+              :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
               :data="tableData"
               border
               style="width: 100%"

+ 1 - 1
src/views/system/system2.vue

@@ -42,7 +42,7 @@
           <!--表格 -->
           <div class="table">
             <el-table
-              :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+              :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
               :data="tableData"
               border
               style="width: 100%"

+ 1 - 1
src/views/system/system3.vue

@@ -30,7 +30,7 @@
           <!--表格 -->
           <div class="table">
             <el-table
-              :header-cell-style="{ background: 'rgba(62, 94, 179, .5)', color: '#404040' }"
+              :header-cell-style="{ background: '#d8dff0', color: '#404040' }"
               :data="tableData"
               border
               style="width: 100%"