YM
2024-07-26 fe85e4208e502c78e3494a460617ae8753f51341
src/pages/repository/repository.vue
@@ -1,6 +1,6 @@
<template>
   <view class="relative">
      <headNav :idIndex="idIndex" text="中医人物数据库" />
      <headNav :idIndex="idIndex" text="历代人物" />
      <view class="Midde flex">
         <el-button class="MiddeBack flex flex-center" @click="goBack">返回</el-button>
         <view style="width: 70%;" class="flex flex-center flex-column">
@@ -231,7 +231,7 @@
               },
               {
                  prop: 'epoch',
                  label: '著作时代'
                  label: '著作时期'
               }, {
                  prop: 'category',
                  label: '类别'
@@ -703,7 +703,6 @@
   }
   /* --------------- */
   @media screen and (min-width:2560px)and (max-width:3840px) {}
   .BoxLeft ::v-deep.el-card__body {
      padding: .1rem .11rem !important;
@@ -721,10 +720,6 @@
   ::v-deep .el-dialog__body {
      padding: 0;
   }
   ::v-deep .el-dialog__wrapper {
      z-index: 999999999999999 !important;
   }
   .ProfileNav {