From 6ef31e7b3a5c12f711c68e269fe4dc6b2f5b55bd Mon Sep 17 00:00:00 2001 From: tone <3341154833@qq.com> Date: Sun, 29 Sep 2024 22:51:17 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84=20BlogContent=20tailwind?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tonecn/index.html | 1 + tonecn/src/views/BlogContent.vue | 70 +++++++++++++++++++------------- tonecn/tailwind.config.js | 5 ++- 3 files changed, 47 insertions(+), 29 deletions(-) diff --git a/tonecn/index.html b/tonecn/index.html index fc1c1ab..4ffe390 100644 --- a/tonecn/index.html +++ b/tonecn/index.html @@ -4,6 +4,7 @@ + 特恩(TONE) diff --git a/tonecn/src/views/BlogContent.vue b/tonecn/src/views/BlogContent.vue index 197e2f2..0deb80d 100644 --- a/tonecn/src/views/BlogContent.vue +++ b/tonecn/src/views/BlogContent.vue @@ -72,14 +72,14 @@ onUnmounted(() => { }) - \ No newline at end of file diff --git a/tonecn/tailwind.config.js b/tonecn/tailwind.config.js index 6c6c936..5f418b6 100644 --- a/tonecn/tailwind.config.js +++ b/tonecn/tailwind.config.js @@ -1,14 +1,17 @@ /** @type {import('tailwindcss').Config} */ export default { content: [ - "./index.html", "./src/**/*.{vue,js,ts,jsx,tsx}", + "./index.html", ], theme: { extend: { colors: { 'default-bg': '#fafafa', 'dark-bg': '#1a1a1a', + }, + screens: { + 'xs': '440px' } }, },