From f13afcb61276061871b30bce17a7877287df0b67 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Sat, 20 Jan 2024 09:56:43 +0800
Subject: [PATCH] 1
---
src/styles/base/index.scss | 73 ++++--------------------------------
1 files changed, 9 insertions(+), 64 deletions(-)
diff --git a/src/styles/base/index.scss b/src/styles/base/index.scss
index be0e3d4..13f0509 100644
--- a/src/styles/base/index.scss
+++ b/src/styles/base/index.scss
@@ -156,9 +156,10 @@
.el-dialog {
display: flex;
flex-direction: column;
- width: 420px;
+ width: 920px;
.el-dialog__body {
+ display: flex;
flex: 1;
}
}
@@ -318,23 +319,12 @@
.online {
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);
+.syld-details-box {
+ .syld_page {
+ margin-top: 14px;
}
}
@@ -342,7 +332,7 @@
.el-dialog {
display: flex;
flex-direction: column;
- width: 1000px;
+ width: 1100px;
height: 560px;
.el-table__header-wrapper {
@@ -527,51 +517,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 +624,7 @@
position: relative;
&>div {
- padding-bottom: 56px;
+ padding-bottom: 40px;
position: relative;
width: 100%;
height: 100%;
@@ -792,7 +737,7 @@
position: relative;
&>div {
- padding-bottom: 56px;
+ padding-bottom: 40px;
position: relative;
width: 100%;
height: 100%;
@@ -976,7 +921,7 @@
position: relative;
&>div {
- padding-bottom: 56px;
+ padding-bottom: 40px;
position: relative;
width: 100%;
height: 100%;
--
Gitblit v1.9.3