From a93255e0a0334b51ecbaf3d8f496ad0fae1ed747 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期三, 07 六月 2023 10:38:00 +0800
Subject: [PATCH] 1.生产入库有源单提交测试OK
---
src/components/Pagination/index.vue | 19 ++++++++++---------
1 files changed, 10 insertions(+), 9 deletions(-)
diff --git a/src/components/Pagination/index.vue b/src/components/Pagination/index.vue
index b86c583..04353fd 100644
--- a/src/components/Pagination/index.vue
+++ b/src/components/Pagination/index.vue
@@ -100,12 +100,12 @@
display: none;
}
-::v-deep .el-pagination__sizes .el-input .el-input__inner:hover{
- border-color: #42b983 ;
-}
-::v-deep .el-pagination__sizes .el-input .el-input__inner:focus{
- border-color: #42b983;
-}
+/*::v-deep .el-pagination__sizes .el-input .el-input__inner:hover{*/
+/* border-color: #42b983 ;*/
+/*}*/
+/*::v-deep .el-pagination__sizes .el-input .el-input__inner:focus{*/
+/* border-color: #42b983;*/
+/*}*/
</style>
<style lang="scss">
@@ -118,9 +118,10 @@
//.el-select-dropdown {
// background-color: #ffffff;
//}
- .el-select-dropdown__item.selected {
- color: #42b983;
- }
+
+ //.el-select-dropdown__item.selected {
+ // color: #42b983;
+ //}
//.el-select-dropdown__item.hover,
//.el-select-dropdown__item:hover {
--
Gitblit v1.9.3