Browse Source

边框颜色变浅

visuddhinanda 2 years ago
parent
commit
d5c9178cc1
1 changed files with 3 additions and 1 deletions
  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,