地盆名称用了默认的name字段,在新建记录的时候,默认出来自动填充人的功能(safari浏览器) #640

This commit is contained in:
殷亮辉 2020-08-11 17:40:51 +08:00
parent 027a93e259
commit 963dc96ca9

View File

@ -1,3 +1,12 @@
input::-webkit-contacts-auto-fill-button {
// 隐藏safari浏览器中新建记录时文本框会出现的自动填充人按钮
visibility: hidden;
display: none !important;
pointer-events: none;
position: absolute;
right: 0;
}
.steedos.creator .creator-content-wrapper .content-wrapper {
top: 0;
}