diff --git a/src/assets/image/arrange.png b/src/assets/image/arrange.png new file mode 100644 index 0000000..a746050 Binary files /dev/null and b/src/assets/image/arrange.png differ diff --git a/src/assets/image/busy.png b/src/assets/image/busy.png new file mode 100644 index 0000000..049dc7a Binary files /dev/null and b/src/assets/image/busy.png differ diff --git a/src/assets/image/free.png b/src/assets/image/free.png new file mode 100644 index 0000000..200fa64 Binary files /dev/null and b/src/assets/image/free.png differ diff --git a/src/assets/image/notReady.png b/src/assets/image/notReady.png new file mode 100644 index 0000000..9634892 Binary files /dev/null and b/src/assets/image/notReady.png differ diff --git a/src/assets/image/rest.png b/src/assets/image/rest.png new file mode 100644 index 0000000..9f37633 Binary files /dev/null and b/src/assets/image/rest.png differ diff --git a/src/assets/style/common.scss b/src/assets/style/common.scss index 414e724..df6c526 100644 --- a/src/assets/style/common.scss +++ b/src/assets/style/common.scss @@ -270,7 +270,9 @@ html{ .p-h-16{ @include basePadding(0, $size16); } - +.p-8-16{ + @include basePadding($size8, $size16); +} .pl-22{ padding-left: $size22; } diff --git a/src/pages/layout/components/LayoutHeader.vue b/src/pages/layout/components/LayoutHeader.vue index c68d044..d535dc6 100644 --- a/src/pages/layout/components/LayoutHeader.vue +++ b/src/pages/layout/components/LayoutHeader.vue @@ -18,21 +18,37 @@ -