1
0

2 コミット 0a9bfb8bb1 ... b325e18e31

作者 SHA1 メッセージ 日付
  lz b325e18e31 Merge branch 'master' of http://182.92.174.150:3000/dukai/CZO_Boss 3 年 前
  lz d267810236 1 3 年 前

+ 5 - 1
src/components/shortcutMenu/index.vue

@@ -77,9 +77,13 @@ export default {
 		}
 	}
 	.btns {
-		height: 40px;
+		height: 50px;
 		display: flex;
 		align-items: center;
+		i {
+			font-size: 18px;
+			color: #fff;
+		}
 		// .more-open i {
 		// 	transform: rotate(-90deg);
 		// 	-webkit-transform: rotate(-90deg);

+ 0 - 1
src/layout/components/TagsView/index.vue

@@ -56,7 +56,6 @@ export default {
 	},
 	watch: {
 		$route() {
-			console.log(this.$toute)
 			this.addTags()
 			this.moveToCurrentTag()
 		},