diff --git a/src/index.css b/src/index.css index 647fd04..e69fdae 100644 --- a/src/index.css +++ b/src/index.css @@ -61,7 +61,6 @@ /* ── Menu ───────────────────────────────────────────── */ .arco-menu-item { - border-radius: 0.5rem !important; margin: 2px 8px !important; transition: all 0.2s ease !important; } @@ -77,7 +76,6 @@ } .arco-menu-inline-header { - border-radius: 0.5rem !important; margin: 2px 8px !important; } @@ -87,7 +85,6 @@ /* ── Card ───────────────────────────────────────────── */ .arco-card { - border-radius: 0.75rem !important; border: 1px solid rgba(229, 230, 235, 0.6) !important; box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.04) !important; transition: box-shadow 0.3s ease !important; @@ -110,7 +107,6 @@ /* ── Table ──────────────────────────────────────────── */ .arco-table-container { - border-radius: 0.5rem; overflow: hidden; } @@ -142,7 +138,6 @@ } .arco-pagination-item { - border-radius: 0.375rem !important; transition: all 0.2s ease !important; } @@ -189,7 +184,6 @@ /* ── Modal ──────────────────────────────────────────── */ .arco-modal { - border-radius: 0.75rem !important; overflow: hidden; } @@ -214,7 +208,6 @@ /* ── Input & Select ─────────────────────────────────── */ .arco-input-wrapper { - border-radius: 0.5rem !important; transition: all 0.2s ease !important; } @@ -228,7 +221,6 @@ } .arco-select-view { - border-radius: 0.5rem !important; transition: all 0.2s ease !important; } @@ -242,7 +234,6 @@ } .arco-textarea-wrapper { - border-radius: 0.5rem !important; transition: all 0.2s ease !important; } @@ -264,7 +255,6 @@ /* ── Tag ────────────────────────────────────────────── */ .arco-tag { - border-radius: 0.375rem !important; font-weight: 500 !important; letter-spacing: 0.01em; } @@ -282,12 +272,10 @@ /* ── Dropdown ───────────────────────────────────────── */ .arco-dropdown-menu { - border-radius: 0.5rem !important; padding: 4px !important; } .arco-dropdown-menu-item { - border-radius: 0.375rem !important; transition: all 0.15s ease !important; }