diff --git a/src/pages/exchangecode/combiningList/list.less b/src/pages/exchangecode/combiningList/list.less index 38e6aec6..74d9e9f7 100644 --- a/src/pages/exchangecode/combiningList/list.less +++ b/src/pages/exchangecode/combiningList/list.less @@ -16,6 +16,10 @@ cursor: pointer; } + .grid-link.disabled { + color: rgb(216, 219, 221); + } + .zent-datepicker-trigger { background: #f5f6f7 !important; } diff --git a/src/pages/exchangecode/list/list.less b/src/pages/exchangecode/list/list.less index 7591d6ad..4d9b7cde 100644 --- a/src/pages/exchangecode/list/list.less +++ b/src/pages/exchangecode/list/list.less @@ -24,6 +24,10 @@ background: #f5f6f7 !important; } + .grid-link.disabled { + color: rgb(216, 219, 221); + } + .codesFind { display: flex; align-items: center; @@ -68,6 +72,8 @@ border-right: 0 !important; } + + .zent-input-wrapper:hover { border-color: #296BEF !important;