Преглед на файлове

backgroundColor: "white"

visuddhinanda преди 2 години
родител
ревизия
3270bf92aa
променени са 1 файла, в които са добавени 1 реда и са изтрити 3 реда
  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