From e24f70ababdee2b4fdce71c6b80a9bc928fa0331 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 08 May 2023 14:45:08 +0800
Subject: [PATCH] 警情排行调整
---
src/styles/base/index.scss | 69 ++--------------------------------
1 files changed, 4 insertions(+), 65 deletions(-)
diff --git a/src/styles/base/index.scss b/src/styles/base/index.scss
index be0e3d4..ba4157d 100644
--- a/src/styles/base/index.scss
+++ b/src/styles/base/index.scss
@@ -156,7 +156,7 @@
.el-dialog {
display: flex;
flex-direction: column;
- width: 420px;
+ width: 920px;
.el-dialog__body {
flex: 1;
@@ -319,22 +319,6 @@
background-color: #4ccc7d;
}
- }
-}
-
-.equiment-details-box-two {
- .el-dialog {
- height: 786px;
- }
-
- .all-pagination-sty {
- margin-top: 10px;
- }
-
- .el-main {
- padding: 0;
- width: 100%;
- height: calc(100% - 40px);
}
}
@@ -527,51 +511,6 @@
}
}
-.activity-details-box {
- .el-dialog {
- display: flex;
- flex-direction: column;
- width: 640px;
- height: 400px;
-
- .el-dialog__header {
- height: 56px;
- line-height: 56px;
- }
-
- .el-dialog__body {
- flex: 1;
- display: flex;
- flex-direction: row;
- flex-wrap: wrap;
- justify-self: flex-start;
- align-content: flex-start;
-
- .item {
- display: flex;
- flex-direction: row;
- width: calc(50% - 20px);
- height: 36px;
- line-height: 36px;
- margin: 0 10px;
- text-align: left;
-
- &>div:first-child {
- width: 100px;
- text-align: justify;
- display: inline-block;
- text-align-last: justify;
- margin-right: 20px;
- }
-
- &>div:nth-of-type(2) {
- width: calc(100% - 120px);
- }
- }
- }
- }
-}
-
.special-animal-enter-active {
transition: all .2s ease;
}
@@ -679,7 +618,7 @@
position: relative;
&>div {
- padding-bottom: 56px;
+ padding-bottom: 40px;
position: relative;
width: 100%;
height: 100%;
@@ -792,7 +731,7 @@
position: relative;
&>div {
- padding-bottom: 56px;
+ padding-bottom: 40px;
position: relative;
width: 100%;
height: 100%;
@@ -976,7 +915,7 @@
position: relative;
&>div {
- padding-bottom: 56px;
+ padding-bottom: 40px;
position: relative;
width: 100%;
height: 100%;
--
Gitblit v1.9.3