You need to sign in or sign up before continuing.
提交 eb37da3f 编写于 作者: View Design's avatar View Design

Update Ask.vue

上级 09ba6446
...@@ -67,7 +67,7 @@ const cardUI = computed(() => { ...@@ -67,7 +67,7 @@ const cardUI = computed(() => {
if (isFocus.value) { if (isFocus.value) {
base.base = 'transition-[width] w-full' base.base = 'transition-[width] w-full'
} else { } else {
base.base = 'transition-[width] w-3/5' base.base = 'transition-[width] w-full sm:w-3/5'
} }
return base return base
}) })
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册