From f37631dc48856e728ea96ed47d5dfd52fa8583f6 Mon Sep 17 00:00:00 2001 From: 杨磊 <505174330@qq.com> Date: 星期三, 23 四月 2025 18:23:23 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/wyyDatabase --- src/views/chronology/index.vue | 21 +++++++++++++++++++-- 1 files changed, 19 insertions(+), 2 deletions(-) diff --git a/src/views/chronology/index.vue b/src/views/chronology/index.vue index 9543f12..7efd5f0 100644 --- a/src/views/chronology/index.vue +++ b/src/views/chronology/index.vue @@ -30,8 +30,14 @@ <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" @@ -78,6 +84,7 @@ </div> </div> </div> + <div></div> </div> </div> </div> @@ -274,6 +281,13 @@ 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; @@ -429,4 +443,7 @@ right: 5px; z-index: 999; } +::v-deep .el-loading-spinner { + color: #937950 !important; + } </style> -- Gitblit v1.9.1