From 620f759cfe9fa42fa9667b2ec63d7d00944e4af0 Mon Sep 17 00:00:00 2001 From: inleft <inleft@qq.com> Date: Wed, 02 Mar 2022 12:49:35 +0800 Subject: [PATCH] 评论列表样式调整 --- src/components/swichLabel/main2-show.vue | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/src/components/swichLabel/main2-show.vue b/src/components/swichLabel/main2-show.vue index 5b44b01..a984232 100644 --- a/src/components/swichLabel/main2-show.vue +++ b/src/components/swichLabel/main2-show.vue @@ -8,7 +8,7 @@ <box8></box8> <!-- <boxLeft></boxLeft> --> </a-col> - + </a-row> </div> </template> @@ -26,7 +26,7 @@ data() { return { - searchType:"乐谱搜索", + searchType: "乐谱搜索", colApiLeft: { xs: 24, sm: { @@ -50,7 +50,7 @@ offset: 1, }, }, - + colApiMain: { xs: { span: 24, @@ -82,6 +82,5 @@ } </script> -<style lang="less"> - +<style > </style> -- Gitblit v1.9.1