Procházet zdrojové kódy

backgroundColor: "white"

visuddhinanda před 1 rokem
rodič
revize
3270bf92aa
1 změnil soubory, kde provedl 1 přidání a 3 odebrání
  1. 1 3
      dashboard/src/components/template/SentEdit.tsx

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

@@ -221,9 +221,7 @@ export const SentEditInner = ({
     >
     >
       {affix ? (
       {affix ? (
         <Affix offsetTop={44}>
         <Affix offsetTop={44}>
-          <div style={{ backgroundColor: affix ? "white" : "unset" }}>
-            {content}
-          </div>
+          <div style={{ backgroundColor: "white" }}>{content}</div>
         </Affix>
         </Affix>
       ) : (
       ) : (
         content
         content