diff --git a/src/assets/scss/style.scss b/src/assets/scss/style.scss index bf378df..52668c2 100644 --- a/src/assets/scss/style.scss +++ b/src/assets/scss/style.scss @@ -79,25 +79,20 @@ } } .zy-input{ - border: none; - outline: none; - input{ - border: none; - width: 200px; - height: 30px; - background-color: #ffffff00; - text-indent: 10px; - } -} -.zy-checkbox{ position: relative; display: inline-block; + white-space: nowrap; width: 200px; height: 30px; - vertical-align: middle; - align-items: center; - .search-all-check-input{ - cursor: pointer; + cursor: pointer; + input{ + vertical-align: bottom; + position: relative; + border: none; + width: 20px; + height: 15px; + background-color: #ffffff00; + text-indent: 10px; } } .zy-highlighted{ diff --git a/src/components/Setting.vue b/src/components/Setting.vue index 16ebba6..e6f9f3e 100644 --- a/src/components/Setting.vue +++ b/src/components/Setting.vue @@ -44,15 +44,13 @@