Skip to content

Commit eaed52d

Browse files
committed
setting vue ui
1 parent a1115b9 commit eaed52d

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed
147 KB
Loading

CrazyCarBackground/public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8">
55
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
66
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
7-
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
7+
<link rel="icon" href="<%= BASE_URL %>CrazyCarIcon.png">
88
<title><%= webpackConfig.name %></title>
99
</head>
1010
<body>

CrazyCarBackground/src/settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22

3-
title: 'Vue Admin Template',
3+
title: 'Crazy Car Background',
44

55
/**
66
* @type {boolean} true | false

CrazyCarBackground/src/views/dashboard/components/PieChart.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export default {
7878
name: 'WEEKLY WRITE ARTICLES',
7979
type: 'pie',
8080
roseType: 'radius',
81-
radius: [15, 140],
81+
radius: [34, 140],
8282
center: ['50%', '38%'],
8383
data: [
8484
{ value: val[0], name: 'Time Trial' },

0 commit comments

Comments
 (0)