mirror of
https://github.com/zhigang1992/react.git
synced 2026-04-24 04:15:54 +08:00
chore: update snapshots due to code format
build(prettier): ignore snap file
This commit is contained in:
@@ -26,15 +26,15 @@ exports[`Select should render correctly 1`] = `
|
||||
min-width: 10rem;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
||||
.select:hover {
|
||||
border-color: #000;
|
||||
}
|
||||
|
||||
|
||||
.select:hover .icon {
|
||||
color: #000
|
||||
color: #000;
|
||||
}
|
||||
|
||||
|
||||
.value {
|
||||
display: inline-flex;
|
||||
flex: 1;
|
||||
@@ -47,19 +47,20 @@ exports[`Select should render correctly 1`] = `
|
||||
color: #000;
|
||||
width: calc(100% - 1.25rem);
|
||||
}
|
||||
|
||||
.value > :global(div), .value > :global(div:hover) {
|
||||
|
||||
.value > :global(div),
|
||||
.value > :global(div:hover) {
|
||||
border-radius: 0;
|
||||
background-color: transparent;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
|
||||
.placeholder {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
|
||||
.icon {
|
||||
position: absolute;
|
||||
right: 4pt;
|
||||
@@ -98,15 +99,15 @@ exports[`Select should render correctly 1`] = `
|
||||
min-width: 6.5rem;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
||||
.select:hover {
|
||||
border-color: #000;
|
||||
}
|
||||
|
||||
|
||||
.select:hover .icon {
|
||||
color: #000
|
||||
color: #000;
|
||||
}
|
||||
|
||||
|
||||
.value {
|
||||
display: inline-flex;
|
||||
flex: 1;
|
||||
@@ -119,19 +120,20 @@ exports[`Select should render correctly 1`] = `
|
||||
color: #000;
|
||||
width: calc(100% - 1.25rem);
|
||||
}
|
||||
|
||||
.value > :global(div), .value > :global(div:hover) {
|
||||
|
||||
.value > :global(div),
|
||||
.value > :global(div:hover) {
|
||||
border-radius: 0;
|
||||
background-color: transparent;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
|
||||
.placeholder {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
|
||||
.icon {
|
||||
position: absolute;
|
||||
right: 4pt;
|
||||
@@ -170,15 +172,15 @@ exports[`Select should render correctly 1`] = `
|
||||
min-width: 8rem;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
||||
.select:hover {
|
||||
border-color: #000;
|
||||
}
|
||||
|
||||
|
||||
.select:hover .icon {
|
||||
color: #000
|
||||
color: #000;
|
||||
}
|
||||
|
||||
|
||||
.value {
|
||||
display: inline-flex;
|
||||
flex: 1;
|
||||
@@ -191,19 +193,20 @@ exports[`Select should render correctly 1`] = `
|
||||
color: #000;
|
||||
width: calc(100% - 1.25rem);
|
||||
}
|
||||
|
||||
.value > :global(div), .value > :global(div:hover) {
|
||||
|
||||
.value > :global(div),
|
||||
.value > :global(div:hover) {
|
||||
border-radius: 0;
|
||||
background-color: transparent;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
|
||||
.placeholder {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
|
||||
.icon {
|
||||
position: absolute;
|
||||
right: 4pt;
|
||||
@@ -242,15 +245,15 @@ exports[`Select should render correctly 1`] = `
|
||||
min-width: 12.5rem;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
||||
.select:hover {
|
||||
border-color: #000;
|
||||
}
|
||||
|
||||
|
||||
.select:hover .icon {
|
||||
color: #000
|
||||
color: #000;
|
||||
}
|
||||
|
||||
|
||||
.value {
|
||||
display: inline-flex;
|
||||
flex: 1;
|
||||
@@ -263,19 +266,20 @@ exports[`Select should render correctly 1`] = `
|
||||
color: #000;
|
||||
width: calc(100% - 1.25rem);
|
||||
}
|
||||
|
||||
.value > :global(div), .value > :global(div:hover) {
|
||||
|
||||
.value > :global(div),
|
||||
.value > :global(div:hover) {
|
||||
border-radius: 0;
|
||||
background-color: transparent;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
|
||||
.placeholder {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
|
||||
.icon {
|
||||
position: absolute;
|
||||
right: 4pt;
|
||||
@@ -329,15 +333,15 @@ initialize {
|
||||
min-width: 10rem;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
||||
.select:hover {
|
||||
border-color: #000;
|
||||
}
|
||||
|
||||
|
||||
.select:hover .icon {
|
||||
color: #000
|
||||
color: #000;
|
||||
}
|
||||
|
||||
|
||||
.value {
|
||||
display: inline-flex;
|
||||
flex: 1;
|
||||
@@ -350,19 +354,20 @@ initialize {
|
||||
color: #000;
|
||||
width: calc(100% - 1.25rem);
|
||||
}
|
||||
|
||||
.value > :global(div), .value > :global(div:hover) {
|
||||
|
||||
.value > :global(div),
|
||||
.value > :global(div:hover) {
|
||||
border-radius: 0;
|
||||
background-color: transparent;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
|
||||
.placeholder {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
|
||||
.icon {
|
||||
position: absolute;
|
||||
right: 4pt;
|
||||
@@ -425,15 +430,15 @@ initialize {
|
||||
min-width: 10rem;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
||||
.select:hover {
|
||||
border-color: #000;
|
||||
}
|
||||
|
||||
|
||||
.select:hover .icon {
|
||||
color: #000
|
||||
color: #000;
|
||||
}
|
||||
|
||||
|
||||
.value {
|
||||
display: inline-flex;
|
||||
flex: 1;
|
||||
@@ -446,19 +451,20 @@ initialize {
|
||||
color: #000;
|
||||
width: calc(100% - 1.25rem);
|
||||
}
|
||||
|
||||
.value > :global(div), .value > :global(div:hover) {
|
||||
|
||||
.value > :global(div),
|
||||
.value > :global(div:hover) {
|
||||
border-radius: 0;
|
||||
background-color: transparent;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
|
||||
.placeholder {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
|
||||
.icon {
|
||||
position: absolute;
|
||||
right: 4pt;
|
||||
@@ -609,15 +615,15 @@ initialize {
|
||||
min-width: 10rem;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
||||
.select:hover {
|
||||
border-color: #000;
|
||||
}
|
||||
|
||||
|
||||
.select:hover .icon {
|
||||
color: #000
|
||||
color: #000;
|
||||
}
|
||||
|
||||
|
||||
.value {
|
||||
display: inline-flex;
|
||||
flex: 1;
|
||||
@@ -630,19 +636,20 @@ initialize {
|
||||
color: #000;
|
||||
width: calc(100% - 1.25rem);
|
||||
}
|
||||
|
||||
.value > :global(div), .value > :global(div:hover) {
|
||||
|
||||
.value > :global(div),
|
||||
.value > :global(div:hover) {
|
||||
border-radius: 0;
|
||||
background-color: transparent;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
|
||||
.placeholder {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
|
||||
.icon {
|
||||
position: absolute;
|
||||
right: 4pt;
|
||||
@@ -743,15 +750,15 @@ initialize {
|
||||
min-width: 10rem;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
||||
.select:hover {
|
||||
border-color: #000;
|
||||
}
|
||||
|
||||
|
||||
.select:hover .icon {
|
||||
color: #000
|
||||
color: #000;
|
||||
}
|
||||
|
||||
|
||||
.value {
|
||||
display: inline-flex;
|
||||
flex: 1;
|
||||
@@ -764,19 +771,20 @@ initialize {
|
||||
color: #000;
|
||||
width: calc(100% - 1.25rem);
|
||||
}
|
||||
|
||||
.value > :global(div), .value > :global(div:hover) {
|
||||
|
||||
.value > :global(div),
|
||||
.value > :global(div:hover) {
|
||||
border-radius: 0;
|
||||
background-color: transparent;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
|
||||
.placeholder {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
|
||||
.icon {
|
||||
position: absolute;
|
||||
right: 4pt;
|
||||
@@ -856,15 +864,15 @@ initialize {
|
||||
min-width: 10rem;
|
||||
background-color: #fff;
|
||||
}
|
||||
|
||||
|
||||
.select:hover {
|
||||
border-color: #000;
|
||||
}
|
||||
|
||||
|
||||
.select:hover .icon {
|
||||
color: #000
|
||||
color: #000;
|
||||
}
|
||||
|
||||
|
||||
.value {
|
||||
display: inline-flex;
|
||||
flex: 1;
|
||||
@@ -877,19 +885,20 @@ initialize {
|
||||
color: #000;
|
||||
width: calc(100% - 1.25rem);
|
||||
}
|
||||
|
||||
.value > :global(div), .value > :global(div:hover) {
|
||||
|
||||
.value > :global(div),
|
||||
.value > :global(div:hover) {
|
||||
border-radius: 0;
|
||||
background-color: transparent;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
|
||||
.placeholder {
|
||||
color: #999;
|
||||
}
|
||||
|
||||
|
||||
.icon {
|
||||
position: absolute;
|
||||
right: 4pt;
|
||||
|
||||
Reference in New Issue
Block a user