zhongshujie
2025-04-08 dc161b8ff89d1a2791ba0c08e30aa278ea5ace47
bug修改
5个文件已修改
43 ■■■■■ 已修改文件
src/views/achievements/details.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/achievements/index.vue 9 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/chronology/index.vue 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/directory/index.vue 24 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/honors/index.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/achievements/details.vue
@@ -283,6 +283,7 @@
  box-sizing: border-box;
  background-color: #e9e1d4;
  position: relative;
  overflow: hidden;
}
.page-header {
@@ -295,7 +296,7 @@
  top: 0;
  z-index: 100;
  p {
    padding: 2% 0 1.9% 0;
    padding: 1.6% 0 1.55% 0;
    font-family: Alimama DongFangDaKai;
    font-size: 30px;
    text-indent: 1em;
src/views/achievements/index.vue
@@ -686,19 +686,20 @@
  box-sizing: border-box;
  background-color: #e9e1d4;
  position: relative;
  overflow: hidden;
}
.page-header {
  background-color: #e9e1d4;
  height: 9.4%;
  width: 100%;
  text-align: left;
  border-bottom: 2px solid #937950;
  background-color: #e9e1d4;
  position: sticky;
  top: 0;
  z-index: 100;
  z-index: 10;
  p {
    padding: 2% 0 1.9% 0;
    padding: 1.6% 0 1.55% 0;
    font-family: Alimama DongFangDaKai;
    font-size: 30px;
    text-indent: 1em;
@@ -716,6 +717,7 @@
  width: 77.3%;
  margin: 0 auto;
  margin-top: 1%;
  margin-bottom: 1%;
}
.page-input {
@@ -799,7 +801,6 @@
.page-content {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fefbf5;
  border: 1px solid #e4dace;
  display: flex;
src/views/chronology/index.vue
@@ -918,14 +918,14 @@
  }
}
.page-header {
  height: 102px;
  height: 9.4%;
  width: 100%;
  text-align: left;
  margin-bottom: 8px;
  border-bottom: 2px solid #937950;
  p {
    padding: 35px 0 34px 0;
    padding: 1.6% 0 1.55% 0;
    font-family: Alimama DongFangDaKai;
    font-size: 30px;
    text-indent: 1em;
src/views/directory/index.vue
@@ -3,12 +3,16 @@
    <div class="page-header">
      <p>王永炎院士学生目录</p>
    </div>
    <div class="page-main-father">
    <div class="page-main-title">
      <p
        @click="changeTab('chart')"
        :class="[activeTabs == 'chart' ? 'active-tab' : '']"
      >
        <img :src="[activeTabs == 'chart' ? chartIcon : noChartIcon]" alt="" />
          <img
            :src="[activeTabs == 'chart' ? chartIcon : noChartIcon]"
            alt=""
          />
        <span>图表显示</span>
      </p>
      <p
@@ -48,7 +52,6 @@
            <div class="closeBtn" @click="tooltipShow = false">
              <i class="el-icon-close"></i>
            </div>
            <div style="display: flex">
              <div
                style="
@@ -69,7 +72,11 @@
                style="padding-top: 20px; text-align: left; margin-left: 20px"
              >
                <div
                  style="font-size: 16px; font-weight: bold; margin-bottom: 5px"
                    style="
                      font-size: 16px;
                      font-weight: bold;
                      margin-bottom: 5px;
                    "
                >
                  {{ currentNodeInfo.name }}
                </div>
@@ -139,7 +146,9 @@
        </div>
        <table
          cellpadding="100"
          v-if="item.studentList && item.studentList.length > 0 && item.isShow"
            v-if="
              item.studentList && item.studentList.length > 0 && item.isShow
            "
        >
          <tr class="table-heading">
            <th>姓名</th>
@@ -165,12 +174,12 @@
      </div>
    </div>
  </div>
  </div>
</template>
<script>
import * as echarts from "echarts";
import axios from "axios";
import debounce from "lodash/debounce";
import treeData from "./treeData.json";
export default {
@@ -514,6 +523,7 @@
  box-sizing: border-box;
  background-color: #e9e1d4;
  position: relative;
  overflow: hidden;
}
.page-header {
@@ -524,9 +534,9 @@
  background-color: #e9e1d4;
  position: sticky;
  top: 0;
  z-index: 100;
  z-index: 10;
  p {
    padding: 2% 0 1.9% 0;
    padding: 1.6% 0 1.55% 0;
    font-family: Alimama DongFangDaKai;
    font-size: 30px;
    text-indent: 1em;
src/views/honors/index.vue
@@ -103,6 +103,7 @@
  box-sizing: border-box;
  background-color: #e9e1d4;
  position: relative;
  overflow: hidden;
}
.honors-title {
@@ -115,7 +116,7 @@
  top: 0;
  z-index: 100;
  p {
    padding: 2% 0 1.9% 0;
    padding: 1.6% 0 1.55% 0;
    font-family: Alimama DongFangDaKai;
    font-size: 30px;
    text-indent: 1em;