diff --git a/frontend/package.json b/frontend/package.json index 8c802af..c69d2c0 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,8 +13,11 @@ "axios": "^1.5.1", "pinia": "^2.0.10", "postcss": "^8.4.5", + "swiper": "^10.3.1", "tailwindcss": "^3.0.18", "vue": "^3.2.25", + "vue-awesome-swiper": "^5.0.1", + "vue-concise-slider": "^4.2.5", "vue-router": "^4.0.12" }, "devDependencies": { diff --git a/frontend/src/components/BalanceCard.vue b/frontend/src/components/BalanceCard.vue index 351503b..511ba47 100644 --- a/frontend/src/components/BalanceCard.vue +++ b/frontend/src/components/BalanceCard.vue @@ -1,30 +1,65 @@ + + \ No newline at end of file diff --git a/frontend/src/views/Home.vue b/frontend/src/views/Home.vue index 7bfce7d..5f82107 100644 --- a/frontend/src/views/Home.vue +++ b/frontend/src/views/Home.vue @@ -24,18 +24,21 @@ } .chatbox { - margin-top: 5vh; - border: 0.5px solid #e0e0e0; + margin-top: 3vh; + border: 2px solid #e0e0e0; padding: 10px; height: 55vh; overflow-y: auto; - border-radius: 0.5vw; + /* border-radius: 0.5vw 0.6vw 0.8vw 1vw; */ + border-radius: 0px 0px 15px 15px; + box-shadow: 5px 5px 5px 0px rgba(255, 255, 255, 0.75) } .chat-interface { display: flex; align-items: stretch; - margin-top: 10px; + margin-top: 15px; } + .chat-input { flex-grow: 1; padding: 10px; @@ -97,8 +100,10 @@