diff --git a/src/components/SwipeCards/styles/index.scss b/src/components/SwipeCards/styles/index.scss index f0bb1eb..17fc7c0 100644 --- a/src/components/SwipeCards/styles/index.scss +++ b/src/components/SwipeCards/styles/index.scss @@ -1,5 +1,5 @@ .card { - height: 300px; + height: 304px; } .card-item { diff --git a/src/pages/index/components/module/AttachListComponent/styles/index.scss b/src/pages/index/components/module/AttachListComponent/styles/index.scss index fbbfba7..1f3321d 100644 --- a/src/pages/index/components/module/AttachListComponent/styles/index.scss +++ b/src/pages/index/components/module/AttachListComponent/styles/index.scss @@ -5,7 +5,9 @@ } .tag-item { - background-color: $uni-bg-color; + box-sizing: border-box; + border: 1px solid #fff; + background-color: rgba(255, 255, 255, 0.5); border-radius: 8px; padding: 4px 10px; margin-right: 8px;