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 @@