mirror of
https://github.com/vform666/variant-form3-vite.git
synced 2025-06-21 17:39:57 +08:00
升级到3.0.5:
1. 优化卡片组件card的接收拖拽区域大小; 2. 修复type属性编辑器配置错误的问题。
This commit is contained in:
@ -54,6 +54,11 @@ $--color-primary: #409EFF;
|
||||
}
|
||||
}
|
||||
|
||||
.el-card {
|
||||
margin-top: 3px;
|
||||
margin-bottom: 3px;
|
||||
}
|
||||
|
||||
input[type="password"]::-ms-reveal { /* 隐藏IE/Edge原生的密码查看按钮 */
|
||||
display: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user