diff --git a/src/icons/svg/total-today.svg b/src/icons/svg/total-today.svg new file mode 100644 index 0000000..f2a516c --- /dev/null +++ b/src/icons/svg/total-today.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/total-week.svg b/src/icons/svg/total-week.svg new file mode 100644 index 0000000..3df3c03 --- /dev/null +++ b/src/icons/svg/total-week.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/icons/svg/total-yesterday.svg b/src/icons/svg/total-yesterday.svg new file mode 100644 index 0000000..39788a3 --- /dev/null +++ b/src/icons/svg/total-yesterday.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/styles/index.scss b/src/styles/index.scss index ca21f2e..7b1379b 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -107,17 +107,23 @@ a:hover { } //标题 -.font-large { +.font-title-large { font-size: 18px; color: #303133; } //小标题 -.font-medium { +.font-title-medium { font-size: 16px; color: #303133; } +//正文 +.font-medium { + font-size: 16px; + color: #606266; +} + //正文 .font-small { font-size: 14px; diff --git a/src/views/home/index.vue b/src/views/home/index.vue index a04b934..4ae35cd 100644 --- a/src/views/home/index.vue +++ b/src/views/home/index.vue @@ -1,32 +1,234 @@ - diff --git a/src/views/oms/apply/applyDetail.vue b/src/views/oms/apply/applyDetail.vue index dd0891c..68f2807 100644 --- a/src/views/oms/apply/applyDetail.vue +++ b/src/views/oms/apply/applyDetail.vue @@ -1,7 +1,7 @@