|
@@ -815,7 +815,7 @@ const goBack = () => {
|
|
|
width: 90%;
|
|
width: 90%;
|
|
|
height: 75%;
|
|
height: 75%;
|
|
|
background: #e9eef3;
|
|
background: #e9eef3;
|
|
|
- border-radius: 10px;
|
|
|
|
|
|
|
+ border-radius: 0px;
|
|
|
display: flex;
|
|
display: flex;
|
|
|
align-items: center;
|
|
align-items: center;
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
@@ -836,7 +836,7 @@ const goBack = () => {
|
|
|
margin-top: -5%;
|
|
margin-top: -5%;
|
|
|
margin-bottom: 1%;
|
|
margin-bottom: 1%;
|
|
|
background: #fafbfc;
|
|
background: #fafbfc;
|
|
|
- border-radius: 8px;
|
|
|
|
|
|
|
+ border-radius: 0px;
|
|
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
|
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
|
|
|
gap: 16px;
|
|
gap: 16px;
|
|
|
padding: 0 16px;
|
|
padding: 0 16px;
|
|
@@ -846,7 +846,7 @@ const goBack = () => {
|
|
|
user-select: none;
|
|
user-select: none;
|
|
|
cursor: grab;
|
|
cursor: grab;
|
|
|
background: #fff;
|
|
background: #fff;
|
|
|
- border-radius: 4px;
|
|
|
|
|
|
|
+ border-radius: 0px;
|
|
|
/* margin: 8px 0 8px 8px; */
|
|
/* margin: 8px 0 8px 8px; */
|
|
|
width: 92px;
|
|
width: 92px;
|
|
|
min-height: 50px;
|
|
min-height: 50px;
|
|
@@ -979,13 +979,13 @@ const goBack = () => {
|
|
|
justify-content: center;
|
|
justify-content: center;
|
|
|
font-size: 20px;
|
|
font-size: 20px;
|
|
|
color: #aaa;
|
|
color: #aaa;
|
|
|
- border-radius: 12px;
|
|
|
|
|
|
|
+ border-radius: 0px;
|
|
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
|
|
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.component-item {
|
|
.component-item {
|
|
|
border: 2px solid #e3e3e3;
|
|
border: 2px solid #e3e3e3;
|
|
|
- border-radius: 10px;
|
|
|
|
|
|
|
+ border-radius: 0px;
|
|
|
background: #fafbfc;
|
|
background: #fafbfc;
|
|
|
margin-bottom: 16px;
|
|
margin-bottom: 16px;
|
|
|
padding: 18px 0;
|
|
padding: 18px 0;
|