From 8bffcbb7f5fca4e1e7a308f6f786b63d0773704c Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期一, 28 四月 2025 19:28:29 +0800 Subject: [PATCH] 页面优化 --- src/views/chronology/index.vue | 12 +++++++++++- 1 files changed, 11 insertions(+), 1 deletions(-) diff --git a/src/views/chronology/index.vue b/src/views/chronology/index.vue index 57d1426..3165ba5 100644 --- a/src/views/chronology/index.vue +++ b/src/views/chronology/index.vue @@ -453,7 +453,17 @@ right: 5px; z-index: 999; } + ::v-deep .el-loading-spinner { - color: #937950 !important; + .el-loading-text { + font-size: 14px; + color: #937950; + } + + .el-icon-loading { + font-size: 14px; + color: #937950; + } } + </style> -- Gitblit v1.9.1