升级到3.0.5:

1. 优化卡片组件card的接收拖拽区域大小;
2. 修复type属性编辑器配置错误的问题。
This commit is contained in:
vdpAdmin
2022-03-10 15:41:56 +08:00
parent 486ceafce1
commit 68e2db055f
10 changed files with 37 additions and 6 deletions

View File

@ -54,6 +54,11 @@ $--color-primary: #409EFF;
}
}
.el-card {
margin-top: 3px;
margin-bottom: 3px;
}
input[type="password"]::-ms-reveal { /* 隐藏IE/Edge原生的密码查看按钮 */
display: none;
}