style update

This commit is contained in:
root
2021-08-09 23:24:09 +08:00
parent 62fa349507
commit cd9319883b
6 changed files with 10 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ var getDateDaysBefore = function (daysAgo) {
return new Date(dateStr).getTime() - daysAgo * 24 * 3600 * 1000;
};
let primaryColor = "#2E324C";
let primaryColor = "#304156";
// ======Vue start
var headerVue = "";