From 02b9931c5e3a54d69d4d20a9dc6aad141fc35141 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期四, 15 八月 2024 11:37:14 +0800 Subject: [PATCH] 恢复举手,隐藏举手顶部显示 --- src/views/home/components/info-data/index.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/home/components/info-data/index.vue b/src/views/home/components/info-data/index.vue index f2fd34c..6ec4c1a 100644 --- a/src/views/home/components/info-data/index.vue +++ b/src/views/home/components/info-data/index.vue @@ -39,7 +39,7 @@ <el-row class="mb-5" :gutter="40"> <el-col :span="12"> - <div class="title text-lg font-bold">鏈懆璇剧▼</div> + <div class="title text-lg font-bold">鎴戠殑璇剧▼</div> <div class="table-container"> <el-table :data="planeInfo.meetList" height="500" empty-text="鏆傛棤鏁版嵁"> <el-table-column prop="startTime" label="寮�濮嬫椂闂�" /> @@ -96,4 +96,4 @@ .text-num { color: var(--el-color-primary); } -</style> \ No newline at end of file +</style> -- Gitblit v1.8.0