Kaynağa Gözat

段落按钮改为边框线

visuddhinanda 2 yıl önce
ebeveyn
işleme
68a7232d4f

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

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