diff --git a/public/canteen2.ico b/public/canteen2.ico new file mode 100644 index 00000000..f78d61fc Binary files /dev/null and b/public/canteen2.ico differ diff --git a/public/index.html b/public/index.html index 925455ca..75296d8c 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ - + <%= webpackConfig.name %> diff --git a/src/layout/components/TagsView/index.vue b/src/layout/components/TagsView/index.vue index 96585a5b..5ece9062 100644 --- a/src/layout/components/TagsView/index.vue +++ b/src/layout/components/TagsView/index.vue @@ -242,8 +242,8 @@ export default { height: 34px; width: 100%; background: #fff; - border-bottom: 1px solid #d8dce5; - box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 0 3px 0 rgba(0, 0, 0, .04); + // border-bottom: 1px solid #d8dce5; + // box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .12), 0 0 3px 0 rgba(0, 0, 0, .04); .tags-view-wrapper { .tags-view-item { display: inline-block; diff --git a/src/layout/index.vue b/src/layout/index.vue index eced6d6e..353ae377 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -1,11 +1,12 @@