Sfoglia il codice sorgente

边框颜色变浅

visuddhinanda 2 anni fa
parent
commit
d5c9178cc1
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      dashboard/src/components/template/ParaShell.tsx

+ 3 - 1
dashboard/src/components/template/ParaShell.tsx

@@ -44,7 +44,9 @@ const ParaShellCtl = ({
   return (
     <div
       style={{
-        border: isFocus ? "2px solid #e35f00bd " : "1px solid #006bffc7",
+        border: isFocus
+          ? "2px solid #e35f00bd "
+          : "2px solid rgba(0, 107, 255, 0.4)",
         borderRadius: 6,
         marginTop: 20,
         paddingTop: 16,