保存进度!
This commit is contained in:
@@ -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 {
|
||||
|
@@ -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 @@
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
||||
<link rel="icon" href="<%= BASE_URL %>favicon.ico" />
|
||||
<title><%= htmlWebpackPlugin.options.title %></title>
|
||||
<link rel="stylesheet" href="<%= BASE_URL %>css/root.css" />
|
||||
<link rel="stylesheet" href="<%= BASE_URL %>css/normalize.css" />
|
||||
<link rel="stylesheet" href="<%= BASE_URL %>css/page.css" />
|
||||
<!-- <link rel="stylesheet" href="<%= BASE_URL %>css/root.css" /> -->
|
||||
<!-- <link rel="stylesheet" href="<%= BASE_URL %>css/normalize.css" /> -->
|
||||
<!-- <link rel="stylesheet" href="<%= BASE_URL %>css/page.css" /> -->
|
||||
</head>
|
||||
<style>
|
||||
.v-cloak {
|
||||
@@ -38,4 +38,3 @@
|
||||
<!-- built files will be auto injected -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
Reference in New Issue
Block a user