| | |
| | | <SearchBox @search="handleSearch" /> |
| | | </div> |
| | | </div> |
| | | <div class="menuBox"> |
| | | <div class="menuList" v-show="startYear != ''"> |
| | | <div |
| | | class="menuBox" |
| | | v-loading="loading" |
| | | element-loading-text="加载中" |
| | | element-loading-spinner="el-icon-loading" |
| | | element-loading-background="rgba(0, 0, 0, 0)" |
| | | > |
| | | <div class="menuList" v-show="!loading"> |
| | | <div |
| | | class="menu" |
| | | v-for="item in menuList" |
| | |
| | | data() { |
| | | return { |
| | | arrow, |
| | | loading: false, |
| | | resourceList: [ |
| | | "journal", |
| | | "books", |
| | |
| | | .then((res) => { |
| | | console.log(res, "res1111111"); |
| | | this.studentNum = res.total; |
| | | this.loading = false; |
| | | }); |
| | | }, |
| | | |
| | |
| | | }, |
| | | |
| | | getListData() { |
| | | this.loading = true; |
| | | this.MG.resource |
| | | .getItem({ |
| | | path: "WYY_chronology", |
| | |
| | | }; |
| | | </script> |
| | | |
| | | <style> |
| | | <style lang="less" scoped> |
| | | .home { |
| | | width: 100%; |
| | | height: 100vh; |
| | |
| | | text-align: center; |
| | | } |
| | | |
| | | ::v-deep .el-loading-spinner { |
| | | .el-loading-text { |
| | | font-size: 14px; |
| | | color: #937950; |
| | | } |
| | | |
| | | .el-icon-loading { |
| | | font-size: 14px; |
| | | color: #937950; |
| | | } |
| | | } |
| | | |
| | | /* @media screen and (min-width: 1950px) { |
| | | .textInfo { |
| | | font-size: 20px; |