From f451c972e2dadccb068949f5edeac10705cacfc6 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Thu, 03 Jun 2021 16:36:45 +0800
Subject: [PATCH] 1.推送110修改为呼叫学校负责人,去除警察图标,修改样式
---
src/components/real-popup/main.vue | 19 +++++++++++++++++--
1 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/src/components/real-popup/main.vue b/src/components/real-popup/main.vue
index ff204d8..ab73017 100644
--- a/src/components/real-popup/main.vue
+++ b/src/components/real-popup/main.vue
@@ -233,12 +233,18 @@
>办结
</el-button>
- <img
+ <!-- <img
src="/img/police-num.png"
style="margin-top: -20px; height: 80px; vertical-align: middle"
alt=""
@click.stop="updateJtyep(form, 1, '推送110')"
- />
+ /> -->
+
+ <button class="call-btn"
+ @click.stop="updateJtyep(form, 1, '呼叫学校负责人')">
+ 呼叫学校负责人
+ </button>
+
<el-button
type="primary"
@@ -712,4 +718,13 @@
.el-button.active {
background: #ff0000 !important;
}
+
+.call-btn{
+ border: none;
+ width: 130px;
+ height: 40px;
+ background-color: #ff0000;
+ border-radius: 5px;
+ color: #ffffff;
+}
</style>
--
Gitblit v1.9.3