fix: 修复option禁用属性无效

style: input默认宽度与select对齐
This commit is contained in:
kailong321200875
2022-11-07 15:09:16 +08:00
parent 73ecc98671
commit 0b671e914e
6 changed files with 51 additions and 29 deletions

View File

@@ -50,6 +50,7 @@ watch(
)
const dialogStyle = computed(() => {
console.log(unref(dialogHeight))
return {
height: unref(dialogHeight)
}