From 33c4e059eeb71de6f186bc4ee22e05bfd3bd5aeb Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Wed, 24 Mar 2021 18:23:45 +0800
Subject: [PATCH] 问题修复
---
src/styles/real.scss | 33 +++++++++++++++++++++++----------
1 files changed, 23 insertions(+), 10 deletions(-)
diff --git a/src/styles/real.scss b/src/styles/real.scss
index aba7a1b..74ac371 100644
--- a/src/styles/real.scss
+++ b/src/styles/real.scss
@@ -1,17 +1,30 @@
.opt-btn {
+ margin-bottom: 0px;
+ height: 100%;
text-align: center;
- .el-form-item__content {
- margin-left: 0 !important;
- .el-button {
- width: 80px;
- height: 40px;
- margin: 0 40px;
- }
- .push-nmb-btn {
- width: 80px;
+ .el-form-item {
+ margin-bottom: 0px !important;
+ .el-form-item__content {
+ margin-left: 0 !important;
height: 80px;
- border-radius: 50%;
+ line-height: 80px;
+ .el-button {
+ width: 80px;
+ height: 40px;
+ margin: 0 40px;
+ }
}
}
+
}
+// 警情追踪图片放大中的关闭按钮的样式调整
+.el-icon-circle-close {
+ width: 40px;
+ height: 40px;
+ background: url(/img/big-img-close.png) no-repeat;
+ background-size: 100% 100%;
+}
+.el-icon-circle-close:before {
+ content: '';
+}
\ No newline at end of file
--
Gitblit v1.9.3