Explorar el Código

Merge pull request #1771 from visuddhinanda/agile

编辑框改为灰色底色
visuddhinanda hace 2 años
padre
commit
fb4857b707
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  1. 3 2
      dashboard/src/components/template/SentEdit.tsx

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

@@ -129,9 +129,10 @@ export const SentEditInner = ({
     <Card
       bodyStyle={{ paddingBottom: 0, paddingLeft: 0, paddingRight: 0 }}
       style={{
-        border: "solid 2px #dfdfdf",
+        border: "2px solid rgb(128 128 128 / 30%)",
         marginTop: 4,
-        borderRadius: 5,
+        borderRadius: 6,
+        backgroundColor: "rgb(245 245 245)",
       }}
       size="small"
     >