feat: 检查更新, update service worker cahce
parent
c4683e0bdb
commit
3eb22f7e1e
@ -0,0 +1,32 @@
|
|||||||
|
.ReloadPrompt-container {
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
width: 0;
|
||||||
|
height: 0;
|
||||||
|
}
|
||||||
|
.ReloadPrompt-date {
|
||||||
|
visibility: hidden;
|
||||||
|
}
|
||||||
|
.ReloadPrompt-toast {
|
||||||
|
position: fixed;
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
margin: 16px;
|
||||||
|
padding: 12px;
|
||||||
|
border: 1px solid #8885;
|
||||||
|
border-radius: 4px;
|
||||||
|
z-index: 1;
|
||||||
|
text-align: left;
|
||||||
|
box-shadow: 3px 4px 5px 0 #8885;
|
||||||
|
background-color: white;
|
||||||
|
}
|
||||||
|
.ReloadPrompt-toast-message {
|
||||||
|
margin-bottom: 8px;
|
||||||
|
}
|
||||||
|
.ReloadPrompt-toast-button {
|
||||||
|
border: 1px solid #8885;
|
||||||
|
outline: none;
|
||||||
|
margin-right: 5px;
|
||||||
|
border-radius: 2px;
|
||||||
|
padding: 3px 10px;
|
||||||
|
}
|
Loading…
Reference in New Issue