diff --git a/src/popup/App.vue b/src/popup/App.vue index 4e9f4aef1cf3f15a717df60519c6752a0b7ddefd..50e47e83e3301ad077f9ccb678f80c9f5d0a3cb7 100644 --- a/src/popup/App.vue +++ b/src/popup/App.vue @@ -1,50 +1,29 @@ @@ -56,6 +35,7 @@ body { } .popup-wrap { + padding-bottom: 30px; .ant-collapse-icon-position-right { > .ant-collapse-item { > .ant-collapse-header { @@ -101,6 +81,7 @@ body { font-size: 0; right: 0; top: 0; + margin-bottom: 24px; img { width: 32px; height: 32px; @@ -125,63 +106,6 @@ body { line-height: 22px; letter-spacing: 1px; } - .navs { - display: flex; - justify-content: center; - align-items: center; - padding: 0 2px; - width: 346px; - height: 36px; - background: rgba(118, 118, 128, 0.12); - border-radius: 4px; - position: relative; - .active-bar { - content: ''; - display: block; - width: 171px; - height: 32px; - position: absolute; - left: 0; - background: #ffffff; - box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.04), 0px 3px 8px 0px rgba(0, 0, 0, 0.07); - border-radius: 4px; - transition: all 0.3s; - } - .nav-item { - position: relative; - flex: 0 50%; - height: 28px; - z-index: 99; - background: rgba($color: #000000, $alpha: 0); - cursor: pointer; - line-height: 28px; - text-align: center; - font-size: 13px; - flex-grow: 0; - font-weight: 400; - color: #000000; - font-size: 0; - img { - user-select: none; - width: 20px; - height: 20px; - display: inline-block; - vertical-align: middle; - margin-right: 14px; - } - &.active { - color: #303133; - } - span { - user-select: none; - vertical-align: middle; - font-size: 14px; - font-weight: 400; - color: #555666; - line-height: 14px; - } - } - } } } diff --git a/src/popup/components/Icons.vue b/src/popup/components/Icons.vue deleted file mode 100644 index 7d3f9b2e393575f805a4f4763a76772ec02c9f91..0000000000000000000000000000000000000000 --- a/src/popup/components/Icons.vue +++ /dev/null @@ -1,267 +0,0 @@ - - - - -