diff --git a/src/components/orderBtns/index.module.scss b/src/components/orderBtns/index.module.scss index 28023d0..a8f7963 100644 --- a/src/components/orderBtns/index.module.scss +++ b/src/components/orderBtns/index.module.scss @@ -1,7 +1,7 @@ .btns_list{ display: flex; justify-content: flex-end; - margin-top: 30px; + // margin-top: 30px; .btns_item{ width: 152px; height: 72px; diff --git a/src/pages/order/components/applyAfterSales/index.module.scss b/src/pages/order/components/applyAfterSales/index.module.scss index 594b36e..3c9be20 100644 --- a/src/pages/order/components/applyAfterSales/index.module.scss +++ b/src/pages/order/components/applyAfterSales/index.module.scss @@ -44,6 +44,7 @@ .color_item{ display: flex; align-items: center; + margin: 20px 0; } .image{ width: 70px; @@ -55,7 +56,19 @@ } } .name_and_number{ - + padding-left: 30px; + flex:1; + text{ + &:nth-child(1) { + font-weight: 700; + font-size: $font_size; + } + &:nth-child(2) { + color: $color_font_two; + font-size: $font_size; + margin-left: 20px; + } + } } } } diff --git a/src/pages/order/components/applyAfterSales/index.tsx b/src/pages/order/components/applyAfterSales/index.tsx index 1c6e31a..6edef79 100644 --- a/src/pages/order/components/applyAfterSales/index.tsx +++ b/src/pages/order/components/applyAfterSales/index.tsx @@ -22,7 +22,14 @@ export default memo(() => { 1# 薄荷绿x1 - + + + + + + + 1# 薄荷绿x1 + diff --git a/src/pages/order/index.tsx b/src/pages/order/index.tsx index 060dc54..3c0304f 100644 --- a/src/pages/order/index.tsx +++ b/src/pages/order/index.tsx @@ -226,7 +226,7 @@ import styles from './index.module.scss' getRemark(e)}/> - + {/* */} )