From 5055cfa0945af45bc9e9344d28ee51e1bad4265d Mon Sep 17 00:00:00 2001
From: songshankun <songshankun@foxmail.com>
Date: 星期日, 08 十月 2023 14:22:14 +0800
Subject: [PATCH] style: 统一下方按钮高度, 调整红灯呼叫按钮与其他按钮对齐
---
src/views/visualization.vue | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/src/views/visualization.vue b/src/views/visualization.vue
index bbf6439..9599ef7 100644
--- a/src/views/visualization.vue
+++ b/src/views/visualization.vue
@@ -1468,6 +1468,10 @@
position:absolute;
bottom:10px;
left:10px;
+ .el-button{
+ height: 40px;
+
+ }
}
}
@@ -1475,7 +1479,6 @@
font-size: 20px;
}
.right-small-btn {
- margin-top: 10px;
width: calc(100% - 20px);
margin: 0 auto;
position: absolute;
@@ -1927,7 +1930,7 @@
.right-base-btn {
width: 100%;
position: absolute;
- bottom: 0;
+ bottom: 24px;
left: 0;
.el-button--primary {
width: 100%;
@@ -1937,6 +1940,10 @@
color: #fff;
font-weight: 700;
font-size: 18px;
+ height: 40px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
}
}
// .call {
--
Gitblit v1.8.0