From a4e06ccd3cd976fbe4eef99e188d42ec9f3ad054 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 08 Apr 2021 09:32:05 +0800
Subject: [PATCH] 样式修改
---
src/styles/real.scss | 31 ++++++++++++++-----------------
1 files changed, 14 insertions(+), 17 deletions(-)
diff --git a/src/styles/real.scss b/src/styles/real.scss
index c4a4106..650d967 100644
--- a/src/styles/real.scss
+++ b/src/styles/real.scss
@@ -1,5 +1,4 @@
.opt-btn {
-<<<<<<< HEAD
margin-bottom: 0px;
height: 100%;
text-align: center;
@@ -17,21 +16,19 @@
}
}
-=======
- 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;
- height: 80px;
- border-radius: 50%;
- }
- }
->>>>>>> c14b0e9e0d82dacc0a9ceea2d10721dcb891d40c
}
+// 警情追踪图片放大中的关闭按钮的样式调整
+.el-image .el-icon-circle-close {
+ width: 40px;
+ height: 40px;
+ background: url(/img/big-img-close.png) no-repeat;
+ background-size: 100% 100%;
+}
+.el-image .el-icon-circle-close:before {
+ content: '';
+}
+
+video::-webkit-media-controls-timeline {
+ display: none;
+}
\ No newline at end of file
--
Gitblit v1.9.3