no message
This commit is contained in:
11
app.vue
11
app.vue
@@ -192,4 +192,15 @@ header.page-header .box .tab-list .item.pitch:after {
|
||||
border-radius: 10px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
// 禁止safari的填充
|
||||
input:focus::-webkit-contacts-auto-fill-button {
|
||||
opacity: 0 !important;
|
||||
width: 0 !important;
|
||||
height: 0 !important;
|
||||
}
|
||||
|
||||
input::-webkit-contacts-auto-fill-button {
|
||||
display: none !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user