diff --git a/src/style/cpns/clip-full-data.less b/src/style/cpns/clip-full-data.less index d2bd479..d7eb858 100644 --- a/src/style/cpns/clip-full-data.less +++ b/src/style/cpns/clip-full-data.less @@ -3,7 +3,7 @@ position: fixed; top: 0; height: 100%; - width: 60%; + width: 70%; color: @text-color; background: @bg-color; padding: 0px 20px 0px 20px; diff --git a/src/style/cpns/clip-search.less b/src/style/cpns/clip-search.less index e2356a8..fcc8ba1 100644 --- a/src/style/cpns/clip-search.less +++ b/src/style/cpns/clip-search.less @@ -19,7 +19,7 @@ } .clip-search-suffix { text-align: center; - position: absolute; + position: fixed; right: 20px; top: 18px; font-size: 13px; @@ -27,7 +27,7 @@ width: 20px; height: 20px; background-color: @nav-bg-color; - border-radius: 20px; + border-radius: 5px; cursor: pointer; &:hover { background-color: @nav-hover-bg-color; diff --git a/src/views/Main.vue b/src/views/Main.vue index 763bc5d..f2ffe42 100644 --- a/src/views/Main.vue +++ b/src/views/Main.vue @@ -50,7 +50,6 @@ const updateShowList = (type) => { : item // 无过滤词 返回全部 ) .slice(0, GAP) // 重新切分懒加载列表 - console.log(showList.value) window.toTop() }