From 19949865abdcc3448b08acb4db77247e4bb14696 Mon Sep 17 00:00:00 2001 From: Kane Date: Mon, 5 Dec 2022 00:23:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=9D=E5=AD=98=E8=BF=9B=E5=BA=A6=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 入门/cli/hello-cli/public/css/page.css | 12 ++---- 入门/cli/hello-cli/public/index.html | 9 ++--- 入门/cli/hello-cli/src/App.vue | 39 +++++++++++++++++-- .../cli/hello-cli/src/assets/css/global.css | 17 ++++++++ 入门/cli/hello-cli/src/main.js | 6 ++- 5 files changed, 66 insertions(+), 17 deletions(-) create mode 100644 入门/cli/hello-cli/src/assets/css/global.css diff --git a/入门/cli/hello-cli/public/css/page.css b/入门/cli/hello-cli/public/css/page.css index cf939ac..64b4bfd 100644 --- a/入门/cli/hello-cli/public/css/page.css +++ b/入门/cli/hello-cli/public/css/page.css @@ -2,21 +2,17 @@ * @Author: Kane * @Date: 2022-11-12 23:32:20 * @LastEditors: Kane - * @LastEditTime: 2022-11-29 13:15:19 - * @FilePath: \hello-cli\src\assets\css\app.css + * @LastEditTime: 2022-12-05 00:09:46 + * @FilePath: \hello-cli\public\css\page.css * @Description: * * Copyright (c) ${2022} by Kane, All Rights Reserved. */ -@import url("colors.css"); body { background-color: #f4f5f7; -} - -#root, -#app { - padding: 50px; + padding: 0px; + margin: 0px; } /* .content { diff --git a/入门/cli/hello-cli/public/index.html b/入门/cli/hello-cli/public/index.html index fa21b4a..75f5e39 100644 --- a/入门/cli/hello-cli/public/index.html +++ b/入门/cli/hello-cli/public/index.html @@ -2,7 +2,7 @@ * @Author: Kane * @Date: 2022-11-22 17:50:49 * @LastEditors: Kane - * @LastEditTime: 2022-11-30 15:08:26 + * @LastEditTime: 2022-12-05 00:19:08 * @FilePath: \hello-cli\public\index.html * @Description: * @@ -16,9 +16,9 @@ <%= htmlWebpackPlugin.options.title %> - - - + + +