diff --git a/apps/web-antd/src/views/product/addons/styles/index.less b/apps/web-antd/src/views/product/addons/styles/index.less index 1f74c20..1938f46 100644 --- a/apps/web-antd/src/views/product/addons/styles/index.less +++ b/apps/web-antd/src/views/product/addons/styles/index.less @@ -110,6 +110,16 @@ } .page-product-addons { + @media (width <= 1200px) { + .pad-toolbar { + flex-wrap: wrap; + } + + .pad-spacer { + display: none; + } + } + .pad-page { display: flex; flex-direction: column; @@ -327,9 +337,9 @@ padding: 0 10px; font-size: 13px; color: #1a1a2e; + outline: none; border: 1px solid #e5e7eb; border-radius: 8px; - outline: none; transition: var(--g-transition); } @@ -452,8 +462,8 @@ .pad-sel-row span { font-size: 13px; - color: #4b5563; font-weight: 500; + color: #4b5563; } .pad-input-num { @@ -607,14 +617,4 @@ color: #9ca3af; text-align: center; } - - @media (width <= 1200px) { - .pad-toolbar { - flex-wrap: wrap; - } - - .pad-spacer { - display: none; - } - } }