Explorar el Código

段落按钮改为边框线

visuddhinanda hace 2 años
padre
commit
68a7232d4f
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      dashboard/src/components/template/ParaShell.tsx

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

@@ -59,7 +59,9 @@ const ParaShellCtl = ({
           position: "absolute",
           marginTop: "-2em",
           marginLeft: "1em",
-          backgroundColor: "#d9e9ff",
+          border: isFocus
+            ? "2px solid #e35f00bd "
+            : "2px solid rgba(0, 107, 255, 0.3)",
           borderRadius: "4px",
         }}
       >