diff --git a/src/style/cpns/clip-item-list.less b/src/style/cpns/clip-item-list.less index 57d9a74..fc59ea7 100644 --- a/src/style/cpns/clip-item-list.less +++ b/src/style/cpns/clip-item-list.less @@ -40,6 +40,11 @@ padding: 5px 7px 5px 7px; &.clip-data-status { color: @primary-color; + &:hover { + color: @bg-color; + background-color: @primary-color; + transition: all 0.15s; + } } } } @@ -83,7 +88,7 @@ font-size: 13px; color: @text-color-lighter; background: @text-bg-color; - margin: 0px 5px; + margin: 0px 2px; border-radius: 5px; width: 30px; height: 30px; diff --git a/src/style/cpns/clip-search.less b/src/style/cpns/clip-search.less index 60c8171..e2356a8 100644 --- a/src/style/cpns/clip-search.less +++ b/src/style/cpns/clip-search.less @@ -1,8 +1,7 @@ .clip-search { - width: 40%; - margin-right: 30px; + min-width: 300px; input { - width: 100%; + width: 90%; /* normalize */ background: none; outline: none; diff --git a/src/style/cpns/clip-switch.less b/src/style/cpns/clip-switch.less index 2ff6386..39cc207 100644 --- a/src/style/cpns/clip-switch.less +++ b/src/style/cpns/clip-switch.less @@ -19,9 +19,10 @@ justify-content: left; align-items: center; flex-direction: row; + margin-left: 5px; .clip-switch-item { padding: 10px 15px 10px 15px; - margin: 10px 5px 10px 10px; + margin: 10px 5px 10px 5px; cursor: pointer; border-radius: 5px; font-size: 14px;