Explorar o código

Merge pull request #1768 from visuddhinanda/agile

段落加边框线
visuddhinanda %!s(int64=2) %!d(string=hai) anos
pai
achega
a7c0ac631a
Modificáronse 1 ficheiros con 2 adicións e 3 borrados
  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,
       }}