From 5a0386ffddad452dee359f154148305674db0136 Mon Sep 17 00:00:00 2001 From: 2153917462 <2153917462@qq.com> Date: Wed, 7 May 2025 16:50:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E7=BB=9C=E7=AE=A1=E7=90=86=E8=A1=A8?= =?UTF-8?q?=E6=A0=BC=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ecosphere/components/componentLeft.vue | 8 ++++---- .../ecosphere/components/componentRight.vue | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/views/privateOrder/ecosphere/components/componentLeft.vue b/src/views/privateOrder/ecosphere/components/componentLeft.vue index 557bfd7..2010bf3 100644 --- a/src/views/privateOrder/ecosphere/components/componentLeft.vue +++ b/src/views/privateOrder/ecosphere/components/componentLeft.vue @@ -1770,7 +1770,7 @@ export default { width: 50%; height: 50%; // margin-right: 22px; - padding: 0px 50px 80px 0px; + padding: 35px 50px 80px 0px; .firewall-container { height: calc(100% - 76px); width: 100%; @@ -1886,7 +1886,7 @@ export default { .table-row { display: flex; - background-color: rgba(18, 40, 69, 0.5); + background-color:black; border-bottom: 1px solid #193859; &:hover { @@ -1894,7 +1894,7 @@ export default { } &.odd-row { - background-color: rgba(18, 40, 69, 0.7); + background: url("~@/assets/privateOrder/general/背景表格斑马纹.png")!important; } .cell { @@ -1921,7 +1921,7 @@ export default { .section-ecosphere { width: 50%; height: 50%; - padding: 0px 50px 50px 0px; + padding: 35px 50px 50px 0px; .zoology-box { display: flex; diff --git a/src/views/privateOrder/ecosphere/components/componentRight.vue b/src/views/privateOrder/ecosphere/components/componentRight.vue index 448efbf..ba4dac0 100644 --- a/src/views/privateOrder/ecosphere/components/componentRight.vue +++ b/src/views/privateOrder/ecosphere/components/componentRight.vue @@ -812,7 +812,7 @@ export default { } else { index++; } - }, 4000); + }, 2000); }, getItemColor(index) { return this.colorMap[index] || "#ffffff"; @@ -1077,7 +1077,7 @@ export default { line-height: 22px; text-align: center; &:first-child { - width: 120px; + width: 200px; } &:nth-child(2) { @@ -1085,7 +1085,7 @@ export default { } &:last-child { - width: 100px; + width: 150px; } } } @@ -1100,15 +1100,15 @@ export default { .table-row { display: flex; - background-color: rgba(18, 40, 69, 0.5); + background-color: black; border-bottom: 1px solid #193859; - + line-height: 60px; &:hover { background-color: rgba(33, 150, 243, 0.1) !important; } &:nth-child(odd) { - background-color: rgba(18, 40, 69, 0.7); + background: url("~@/assets/privateOrder/general/背景表格斑马纹.png")!important; } &.highlight-row {