mirror of
https://github.com/steedos/steedos-platform
synced 2024-11-23 17:42:48 +00:00
地盆名称用了默认的name字段,在新建记录的时候,默认出来自动填充人的功能(safari浏览器) #640
This commit is contained in:
parent
027a93e259
commit
963dc96ca9
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user