From 35db1f026e28d82c3943d3a886bb368efe614700 Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期四, 20 三月 2025 16:46:52 +0800
Subject: [PATCH] 修改大屏按钮颜色
---
UI-Project/src/views/largescreendisplay/screendisplay.vue | 20 ++++++++++----------
1 files changed, 10 insertions(+), 10 deletions(-)
diff --git a/UI-Project/src/views/largescreendisplay/screendisplay.vue b/UI-Project/src/views/largescreendisplay/screendisplay.vue
index 597a53a..bacad27 100644
--- a/UI-Project/src/views/largescreendisplay/screendisplay.vue
+++ b/UI-Project/src/views/largescreendisplay/screendisplay.vue
@@ -509,34 +509,34 @@
min-width="80" />
</el-table>
<div>
- <el-button style="margin-top: 5px;margin-left: 5px;" id="searchButton" type="info"
+ <el-button style="margin-top: 5px;margin-left: 5px;" id="searchButton" type="primary"
@click="handlehistorical1">{{
$t('large.historicaltasks1') }}</el-button>
- <el-button style="margin-top: 5px;margin-left: 5px;" id="searchButton" type="info"
+ <el-button style="margin-top: 5px;margin-left: 5px;" id="searchButton" type="primary"
@click="handlehistorical2">{{
$t('large.historicaltasks2') }}</el-button>
- <el-button style="margin-top: 5px;margin-left: 5px;" id="searchButton" type="info"
+ <el-button style="margin-top: 5px;margin-left: 5px;" id="searchButton" type="primary"
@click="handlehistorical3">{{
$t('large.historicaltasks3') }}</el-button>
- <el-button style="margin-top: 5px;margin-left: 5px;" id="searchButton" type="info"
+ <el-button style="margin-top: 5px;margin-left: 5px;" id="searchButton" type="primary"
@click="handlehistorical4">{{
$t('large.historicaltasks4') }}</el-button>
- <el-button style="margin-top: 5px;margin-left: 5px;" id="searchButton" type="info"
+ <el-button style="margin-top: 5px;margin-left: 5px;" id="searchButton" type="primary"
@click="handlehistorical5">{{
$t('large.historicaltasks5') }}</el-button>
- <el-button style="margin-top: 5px;margin-left: 5px;" id="searchButton" type="info"
+ <el-button style="margin-top: 5px;margin-left: 5px;" id="searchButton" type="primary"
@click="handlehistorical6">{{
$t('large.historicaltasks6') }}</el-button>
- <el-button style="margin-top: 5px;margin-left: 5px;" id="searchButton" type="info"
+ <el-button style="margin-top: 5px;margin-left: 5px;" id="searchButton" type="primary"
@click="handlehistorical7">{{
$t('large.historicaltasks7') }}</el-button>
- <el-button style="margin-top: 5px;margin-left: 5px;" id="searchButton" type="info"
+ <el-button style="margin-top: 5px;margin-left: 5px;" id="searchButton" type="primary"
@click="handlehistorical8">{{
$t('large.historicaltasks8') }}</el-button>
- <el-button style="margin-top: 5px;margin-left: 5px;" id="searchButton" type="info"
+ <el-button style="margin-top: 5px;margin-left: 5px;" id="searchButton" type="primary"
@click="handlehistorical9">{{
$t('large.historicaltasks9') }}</el-button>
- <el-button style="margin-top: 5px;margin-left: 5px;" id="searchButton" type="info"
+ <el-button style="margin-top: 5px;margin-left: 5px;" id="searchButton" type="primary"
@click="blindc=true">{{
$t('large.order') }}</el-button>
</div>
--
Gitblit v1.8.0