Quellcode durchsuchen

Merge pull request #1768 from visuddhinanda/agile

段落加边框线
visuddhinanda vor 2 Jahren
Ursprung
Commit
a7c0ac631a
1 geänderte Dateien mit 2 neuen und 3 gelöschten Zeilen
  1. 2 3
      dashboard/src/components/template/ParaShell.tsx

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

@@ -44,9 +44,8 @@ const ParaShellCtl = ({
   return (
     <div
       style={{
-        borderTop: isFocus ? undefined : "1px solid #80808080",
-        border: isFocus ? "1px solid #006bff" : undefined,
-        borderRadius: isFocus ? 6 : undefined,
+        border: isFocus ? "2px solid #e35f00bd " : "1px solid #006bffc7",
+        borderRadius: 6,
         marginTop: 20,
         paddingTop: 16,
       }}