杨磊
20 小时以前 8b3880c31ceb67416a6eee67ed059d3c17f3d9ec
src/views/directory/index.vue
@@ -177,8 +177,7 @@
          <div v-for="(item, index) in universityList" :key="index">
            <div
              class="table-title"
              v-if="item.studentList && item.studentList.length > 0"
            >
              v-if="item.studentList && item.studentList.length > 0">
              <div class="table-title-left">
                <p class="table-title-name">{{ item.unitName }}</p>
                <p class="table-title-degree">{{ item.academicDegreeName }}</p>
@@ -188,8 +187,7 @@
              </div>
              <div
                class="table-title-right"
                @click="item.isShow = !item.isShow"
              >
                @click="item.isShow = !item.isShow">
                <img :src="[item.isShow ? topIcon : bottomIcon]" alt="" />
              </div>
            </div>
@@ -805,4 +803,16 @@
  font-size: 14px;
  color: #937950;
}
::v-deep .el-loading-spinner {
  .el-loading-text {
    font-size: 14px;
    color: #937950;
  }
  .el-icon-loading {
    font-size: 14px;
    color: #937950;
  }
}
</style>