kyw546 11 months ago
parent
commit
12e2da75d3
  1. 18
      src/views/control/setting/steps/Step1.js
  2. 18
      src/views/control/setting/steps/Step2.js

18
src/views/control/setting/steps/Step1.js

@ -39,7 +39,7 @@ export default function Step1() {
style={{
width: '30%',
border: '1px solid #990033',
height: '120px'
height: '140px'
}}
>
<li
@ -58,7 +58,7 @@ export default function Step1() {
<li
style={{
display: 'flex',
height: '35px',
height: '45px',
justifyContent: 'flex-start',
alignItems: 'center',
borderBottom: '1px solid #990033',
@ -72,7 +72,7 @@ export default function Step1() {
style={{
display: 'flex',
justifyContent: 'flex-start',
height: '35px',
height: '45px',
alignItems: 'center',
padding: '10px',
color: 'black'
@ -104,7 +104,7 @@ export default function Step1() {
style={{
display: 'flex',
justifyContent: 'flex-start',
height: '35px',
height: '45px',
alignItems: 'center',
padding: '10px',
borderBottom: '1px solid #990033',
@ -117,7 +117,7 @@ export default function Step1() {
style={{
display: 'flex',
justifyContent: 'flex-start',
height: '35px',
height: '45px',
alignItems: 'center',
padding: '10px',
borderBottom: '1px solid #990033',
@ -130,7 +130,7 @@ export default function Step1() {
style={{
display: 'flex',
justifyContent: 'flex-start',
height: '35px',
height: '45px',
alignItems: 'center',
padding: '10px',
color: 'black'
@ -143,7 +143,7 @@ export default function Step1() {
style={{
width: '30%',
border: '1px solid #990033',
height: '120px'
height: '140px'
}}
>
<li
@ -163,7 +163,7 @@ export default function Step1() {
style={{
display: 'flex',
justifyContent: 'flex-start',
height: '35px',
height: '45px',
alignItems: 'center',
padding: '10px',
borderBottom: '1px solid #990033',
@ -176,7 +176,7 @@ export default function Step1() {
style={{
display: 'flex',
justifyContent: 'flex-start',
height: '35px',
height: '45px',
alignItems: 'center',
padding: '10px',
color: 'black'

18
src/views/control/setting/steps/Step2.js

@ -39,7 +39,7 @@ export default function Step2() {
style={{
width: '30%',
border: '1px solid #990033',
height: '120px'
height: '140px'
}}
>
<li
@ -58,7 +58,7 @@ export default function Step2() {
<li
style={{
display: 'flex',
height: '35px',
height: '45px',
justifyContent: 'flex-start',
alignItems: 'center',
borderBottom: '1px solid #990033',
@ -72,7 +72,7 @@ export default function Step2() {
style={{
display: 'flex',
justifyContent: 'flex-start',
height: '35px',
height: '45px',
alignItems: 'center',
padding: '10px',
color: 'darkgray'
@ -104,7 +104,7 @@ export default function Step2() {
style={{
display: 'flex',
justifyContent: 'flex-start',
height: '35px',
height: '45px',
alignItems: 'center',
padding: '10px',
borderBottom: '1px solid #990033',
@ -117,7 +117,7 @@ export default function Step2() {
style={{
display: 'flex',
justifyContent: 'flex-start',
height: '35px',
height: '45px',
alignItems: 'center',
padding: '10px',
borderBottom: '1px solid #990033',
@ -130,7 +130,7 @@ export default function Step2() {
style={{
display: 'flex',
justifyContent: 'flex-start',
height: '35px',
height: '45px',
alignItems: 'center',
padding: '10px',
color: 'black'
@ -143,7 +143,7 @@ export default function Step2() {
style={{
width: '30%',
border: '1px solid #990033',
height: '120px'
height: '140px'
}}
>
<li
@ -163,7 +163,7 @@ export default function Step2() {
style={{
display: 'flex',
justifyContent: 'flex-start',
height: '35px',
height: '45px',
alignItems: 'center',
padding: '10px',
borderBottom: '1px solid #990033',
@ -176,7 +176,7 @@ export default function Step2() {
style={{
display: 'flex',
justifyContent: 'flex-start',
height: '35px',
height: '45px',
alignItems: 'center',
padding: '10px',
color: 'darkgray'

Loading…
Cancel
Save