no message

This commit is contained in:
A1300399510
2024-01-30 17:42:09 +08:00
parent e6cc4bf778
commit 94224b3057
54 changed files with 404 additions and 389 deletions

11
app.vue
View File

@@ -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>