保存进度!

This commit is contained in:
2022-12-05 01:07:26 +08:00
parent 19949865ab
commit 0317c4d607
5 changed files with 51 additions and 15 deletions

View File

@@ -2,8 +2,8 @@
* @Author: Kane
* @Date: 2022-11-12 23:22:59
* @LastEditors: Kane
* @LastEditTime: 2022-11-16 15:26:04
* @FilePath: \car_dealer\css\colors.css
* @LastEditTime: 2022-12-05 01:07:18
* @FilePath: \hello-cli\src\assets\css\colors.css
* @Description:
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
@@ -18,4 +18,7 @@ html {
--btn-font-color: #fff;
--input-focus-color: #e56651;
/* 标题栏背景色 */
--banner-background-color: #1d74b2;
}

View File

@@ -2,8 +2,8 @@
* @Author: Kane
* @Date: 2022-12-05 00:07:49
* @LastEditors: Kane
* @LastEditTime: 2022-12-05 00:16:31
* @FilePath: \hello-cli\src\css\global.css
* @LastEditTime: 2022-12-05 00:48:04
* @FilePath: \hello-cli\src\assets\css\global.css
* @Description:
*
* Copyright (c) ${2022} by Kane, All Rights Reserved.
@@ -11,7 +11,7 @@
html,
body,
#app {
padding: 0px;
/* padding: 0px; */
margin: 0px;
overflow: hidden;
}