mirror of
https://github.com/zhigang1992/react.git
synced 2026-03-26 06:55:07 +08:00
chore: update snapshots due to code format
build(prettier): ignore snap file
This commit is contained in:
@@ -9,16 +9,16 @@ exports[`Loading should render correctly 1`] = `
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
label {
|
||||
margin-right: 8pt;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
|
||||
label :global(*) {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
.loading {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
@@ -43,24 +43,24 @@ exports[`Loading should render correctly 1`] = `
|
||||
display: inline-block;
|
||||
animation: loading-blink 1.4s infinite both;
|
||||
}
|
||||
|
||||
|
||||
i:nth-child(2) {
|
||||
animation-delay: 0.2s;
|
||||
}
|
||||
|
||||
|
||||
i:nth-child(3) {
|
||||
animation-delay: 0.4s;
|
||||
}
|
||||
|
||||
|
||||
@keyframes loading-blink {
|
||||
0% {
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
|
||||
20% {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
||||
100% {
|
||||
opacity: 0.2;
|
||||
}
|
||||
@@ -79,16 +79,16 @@ exports[`Loading should work with custom styles 1`] = `
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
label {
|
||||
margin-right: 8pt;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
|
||||
label :global(*) {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
.loading {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
@@ -113,24 +113,24 @@ exports[`Loading should work with custom styles 1`] = `
|
||||
display: inline-block;
|
||||
animation: loading-blink 1.4s infinite both;
|
||||
}
|
||||
|
||||
|
||||
i:nth-child(2) {
|
||||
animation-delay: 0.2s;
|
||||
}
|
||||
|
||||
|
||||
i:nth-child(3) {
|
||||
animation-delay: 0.4s;
|
||||
}
|
||||
|
||||
|
||||
@keyframes loading-blink {
|
||||
0% {
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
|
||||
20% {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
||||
100% {
|
||||
opacity: 0.2;
|
||||
}
|
||||
@@ -143,16 +143,16 @@ exports[`Loading should work with custom styles 1`] = `
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
label {
|
||||
margin-right: 8pt;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
|
||||
label :global(*) {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
.loading {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
@@ -177,24 +177,24 @@ exports[`Loading should work with custom styles 1`] = `
|
||||
display: inline-block;
|
||||
animation: loading-blink 1.4s infinite both;
|
||||
}
|
||||
|
||||
|
||||
i:nth-child(2) {
|
||||
animation-delay: 0.2s;
|
||||
}
|
||||
|
||||
|
||||
i:nth-child(3) {
|
||||
animation-delay: 0.4s;
|
||||
}
|
||||
|
||||
|
||||
@keyframes loading-blink {
|
||||
0% {
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
|
||||
20% {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
||||
100% {
|
||||
opacity: 0.2;
|
||||
}
|
||||
@@ -207,16 +207,16 @@ exports[`Loading should work with custom styles 1`] = `
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
label {
|
||||
margin-right: 8pt;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
|
||||
label :global(*) {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
.loading {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
@@ -241,24 +241,24 @@ exports[`Loading should work with custom styles 1`] = `
|
||||
display: inline-block;
|
||||
animation: loading-blink 1.4s infinite both;
|
||||
}
|
||||
|
||||
|
||||
i:nth-child(2) {
|
||||
animation-delay: 0.2s;
|
||||
}
|
||||
|
||||
|
||||
i:nth-child(3) {
|
||||
animation-delay: 0.4s;
|
||||
}
|
||||
|
||||
|
||||
@keyframes loading-blink {
|
||||
0% {
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
|
||||
20% {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
||||
100% {
|
||||
opacity: 0.2;
|
||||
}
|
||||
@@ -277,16 +277,16 @@ exports[`Loading should work with different sizes 1`] = `
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
label {
|
||||
margin-right: 8pt;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
|
||||
label :global(*) {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
.loading {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
@@ -311,24 +311,24 @@ exports[`Loading should work with different sizes 1`] = `
|
||||
display: inline-block;
|
||||
animation: loading-blink 1.4s infinite both;
|
||||
}
|
||||
|
||||
|
||||
i:nth-child(2) {
|
||||
animation-delay: 0.2s;
|
||||
}
|
||||
|
||||
|
||||
i:nth-child(3) {
|
||||
animation-delay: 0.4s;
|
||||
}
|
||||
|
||||
|
||||
@keyframes loading-blink {
|
||||
0% {
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
|
||||
20% {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
||||
100% {
|
||||
opacity: 0.2;
|
||||
}
|
||||
@@ -341,16 +341,16 @@ exports[`Loading should work with different sizes 1`] = `
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
label {
|
||||
margin-right: 8pt;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
|
||||
label :global(*) {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
.loading {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
@@ -375,24 +375,24 @@ exports[`Loading should work with different sizes 1`] = `
|
||||
display: inline-block;
|
||||
animation: loading-blink 1.4s infinite both;
|
||||
}
|
||||
|
||||
|
||||
i:nth-child(2) {
|
||||
animation-delay: 0.2s;
|
||||
}
|
||||
|
||||
|
||||
i:nth-child(3) {
|
||||
animation-delay: 0.4s;
|
||||
}
|
||||
|
||||
|
||||
@keyframes loading-blink {
|
||||
0% {
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
|
||||
20% {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
||||
100% {
|
||||
opacity: 0.2;
|
||||
}
|
||||
@@ -405,16 +405,16 @@ exports[`Loading should work with different sizes 1`] = `
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
label {
|
||||
margin-right: 8pt;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
|
||||
label :global(*) {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
.loading {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
@@ -439,24 +439,24 @@ exports[`Loading should work with different sizes 1`] = `
|
||||
display: inline-block;
|
||||
animation: loading-blink 1.4s infinite both;
|
||||
}
|
||||
|
||||
|
||||
i:nth-child(2) {
|
||||
animation-delay: 0.2s;
|
||||
}
|
||||
|
||||
|
||||
i:nth-child(3) {
|
||||
animation-delay: 0.4s;
|
||||
}
|
||||
|
||||
|
||||
@keyframes loading-blink {
|
||||
0% {
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
|
||||
20% {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
||||
100% {
|
||||
opacity: 0.2;
|
||||
}
|
||||
@@ -469,16 +469,16 @@ exports[`Loading should work with different sizes 1`] = `
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
label {
|
||||
margin-right: 8pt;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
|
||||
label :global(*) {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
.loading {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
@@ -503,24 +503,24 @@ exports[`Loading should work with different sizes 1`] = `
|
||||
display: inline-block;
|
||||
animation: loading-blink 1.4s infinite both;
|
||||
}
|
||||
|
||||
|
||||
i:nth-child(2) {
|
||||
animation-delay: 0.2s;
|
||||
}
|
||||
|
||||
|
||||
i:nth-child(3) {
|
||||
animation-delay: 0.4s;
|
||||
}
|
||||
|
||||
|
||||
@keyframes loading-blink {
|
||||
0% {
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
|
||||
20% {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
||||
100% {
|
||||
opacity: 0.2;
|
||||
}
|
||||
@@ -539,16 +539,16 @@ exports[`Loading should work with different types 1`] = `
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
label {
|
||||
margin-right: 8pt;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
|
||||
label :global(*) {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
.loading {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
@@ -573,24 +573,24 @@ exports[`Loading should work with different types 1`] = `
|
||||
display: inline-block;
|
||||
animation: loading-blink 1.4s infinite both;
|
||||
}
|
||||
|
||||
|
||||
i:nth-child(2) {
|
||||
animation-delay: 0.2s;
|
||||
}
|
||||
|
||||
|
||||
i:nth-child(3) {
|
||||
animation-delay: 0.4s;
|
||||
}
|
||||
|
||||
|
||||
@keyframes loading-blink {
|
||||
0% {
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
|
||||
20% {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
||||
100% {
|
||||
opacity: 0.2;
|
||||
}
|
||||
@@ -603,16 +603,16 @@ exports[`Loading should work with different types 1`] = `
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
label {
|
||||
margin-right: 8pt;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
|
||||
label :global(*) {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
.loading {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
@@ -637,24 +637,24 @@ exports[`Loading should work with different types 1`] = `
|
||||
display: inline-block;
|
||||
animation: loading-blink 1.4s infinite both;
|
||||
}
|
||||
|
||||
|
||||
i:nth-child(2) {
|
||||
animation-delay: 0.2s;
|
||||
}
|
||||
|
||||
|
||||
i:nth-child(3) {
|
||||
animation-delay: 0.4s;
|
||||
}
|
||||
|
||||
|
||||
@keyframes loading-blink {
|
||||
0% {
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
|
||||
20% {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
||||
100% {
|
||||
opacity: 0.2;
|
||||
}
|
||||
@@ -667,16 +667,16 @@ exports[`Loading should work with different types 1`] = `
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
label {
|
||||
margin-right: 8pt;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
|
||||
label :global(*) {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
.loading {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
@@ -701,24 +701,24 @@ exports[`Loading should work with different types 1`] = `
|
||||
display: inline-block;
|
||||
animation: loading-blink 1.4s infinite both;
|
||||
}
|
||||
|
||||
|
||||
i:nth-child(2) {
|
||||
animation-delay: 0.2s;
|
||||
}
|
||||
|
||||
|
||||
i:nth-child(3) {
|
||||
animation-delay: 0.4s;
|
||||
}
|
||||
|
||||
|
||||
@keyframes loading-blink {
|
||||
0% {
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
|
||||
20% {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
||||
100% {
|
||||
opacity: 0.2;
|
||||
}
|
||||
@@ -731,16 +731,16 @@ exports[`Loading should work with different types 1`] = `
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
|
||||
label {
|
||||
margin-right: 8pt;
|
||||
color: #666;
|
||||
}
|
||||
|
||||
|
||||
label :global(*) {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
.loading {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
@@ -765,24 +765,24 @@ exports[`Loading should work with different types 1`] = `
|
||||
display: inline-block;
|
||||
animation: loading-blink 1.4s infinite both;
|
||||
}
|
||||
|
||||
|
||||
i:nth-child(2) {
|
||||
animation-delay: 0.2s;
|
||||
}
|
||||
|
||||
|
||||
i:nth-child(3) {
|
||||
animation-delay: 0.4s;
|
||||
}
|
||||
|
||||
|
||||
@keyframes loading-blink {
|
||||
0% {
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
|
||||
20% {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
||||
100% {
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user