| | |
| | | <div>其他</div> |
| | | </div> |
| | | </div> |
| | | <div class="contentBox"> |
| | | <div class="chartsBox" v-if="showList"> |
| | | <div |
| | | class="contentBox" |
| | | element-loading-text="年谱加载中" |
| | | element-loading-spinner="el-icon-loading" |
| | | element-loading-background="rgba(0, 0, 0, 0)" |
| | | v-loading="!showList" |
| | | > |
| | | <div class="chartsBox"> |
| | | <div |
| | | class="chartsItemBox" |
| | | v-for="(item, index) in contentList" |
| | |
| | | </div> |
| | | </div> |
| | | </div> |
| | | <div></div> |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | } |
| | | } |
| | | } |
| | | this.contentList[index].list[cindex].showDetail = false; |
| | | }, |
| | | showDetail(index, cindex, type) { |
| | | for (let i = 0; i < this.contentList.length; i++) { |
| | |
| | | display: flex; |
| | | align-items: end; |
| | | overflow: auto; |
| | | |
| | | ::v-deep .el-loading-spinner .el-loading-text { |
| | | font-size: 14px; |
| | | color: #937950; |
| | | } |
| | | |
| | | |
| | | .chartsBox { |
| | | white-space: nowrap; |
| | | padding: 0 80px; |
| | |
| | | right: 5px; |
| | | z-index: 999; |
| | | } |
| | | ::v-deep .el-loading-spinner { |
| | | color: #937950 !important; |
| | | } |
| | | </style> |