From f97004c73584d537f33096fa77cfda646254e6f3 Mon Sep 17 00:00:00 2001 From: HebeuOfYuanKun <574131075@qq.com> Date: Sun, 21 Apr 2024 20:27:52 +0800 Subject: [PATCH 1/9] =?UTF-8?q?=E6=B7=BB=E5=8A=A0Tail=E5=88=86=E6=94=AF?= =?UTF-8?q?=EF=BC=8C=E4=BC=98=E5=8C=96=E8=A7=86=E9=A2=91=E6=B5=81=E7=AE=A1?= =?UTF-8?q?=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- postcss.config.js | 6 ++++++ src/style.css | 3 +++ src/views/business/stream/index.vue | 31 +++++++++++------------------ tailwind.config.js | 12 +++++++++++ 4 files changed, 33 insertions(+), 19 deletions(-) create mode 100644 postcss.config.js create mode 100644 src/style.css create mode 100644 tailwind.config.js diff --git a/postcss.config.js b/postcss.config.js new file mode 100644 index 0000000..33ad091 --- /dev/null +++ b/postcss.config.js @@ -0,0 +1,6 @@ +module.exports = { + plugins: { + tailwindcss: {}, + autoprefixer: {}, + }, +} diff --git a/src/style.css b/src/style.css new file mode 100644 index 0000000..bd6213e --- /dev/null +++ b/src/style.css @@ -0,0 +1,3 @@ +@tailwind base; +@tailwind components; +@tailwind utilities; \ No newline at end of file diff --git a/src/views/business/stream/index.vue b/src/views/business/stream/index.vue index 0e3007f..fcd6e74 100644 --- a/src/views/business/stream/index.vue +++ b/src/views/business/stream/index.vue @@ -1,10 +1,11 @@