From b0adad42ce2735ec322e48d5fafca899bb40f44e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E4=BC=9F=E4=BD=B3?= <2797716443@qq.com> Date: Wed, 26 May 2021 15:17:59 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/styles/newStyle.less | 4 ++-- src/pages/home1/components/searchGroup/index.vue | 2 +- src/pages/home1/components/todoList/index.vue | 4 ++-- src/pages/login/index.vue | 7 ++++--- .../domesticStandardsAndRegulations/index.vue | 9 ++++----- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/src/assets/styles/newStyle.less b/src/assets/styles/newStyle.less index f1c2d4da7..d4cbb9ac8 100644 --- a/src/assets/styles/newStyle.less +++ b/src/assets/styles/newStyle.less @@ -553,7 +553,7 @@ tr.el-table__row{ height: 44px; } .el-table--border td, .el-table--border th, .el-table__body-wrapper .el-table--border.is-scrolling-left~.el-table__fixed{ - border-right: 1px dashed rgba(209, 209, 209, 1); + border-right: 1px solid rgba(209, 209, 209, 1); } .el-table td, .el-table th.is-leaf{ border-bottom: 1px solid rgba(209, 209, 209, 1); @@ -569,7 +569,7 @@ tr.el-table__row{ input.el-input__inner{ display: inline-block; width: 180px; - colro: #999; + color: #999; height: 30px; line-height: 30px; font-family: MicrosoftYaHei,微软雅黑; diff --git a/src/pages/home1/components/searchGroup/index.vue b/src/pages/home1/components/searchGroup/index.vue index f214aee2d..f80e55a66 100644 --- a/src/pages/home1/components/searchGroup/index.vue +++ b/src/pages/home1/components/searchGroup/index.vue @@ -98,7 +98,7 @@ export default { .primary_button { width: 8.2vw; height: 40px; - background-color: #007dfe; + background-color: #1885f5; } } diff --git a/src/pages/home1/components/todoList/index.vue b/src/pages/home1/components/todoList/index.vue index 29aa14229..0eb3a868b 100644 --- a/src/pages/home1/components/todoList/index.vue +++ b/src/pages/home1/components/todoList/index.vue @@ -2,7 +2,7 @@