visuddhinanda 2 лет назад
Родитель
Сommit
cbdf57db3c
1 измененных файлов с 6 добавлено и 2 удалено
  1. 6 2
      dashboard/src/components/template/SentEdit/SentTab.tsx

+ 6 - 2
dashboard/src/components/template/SentEdit/SentTab.tsx

@@ -99,9 +99,13 @@ const SentTabWidget = ({
               marginTop: -32,
               marginTop: -32,
               width: "100%",
               width: "100%",
               marginRight: 10,
               marginRight: 10,
-              backgroundColor: hover || currKey !== "close" ? "white" : "unset",
+              backgroundColor:
+                hover || currKey !== "close" ? "#80808030" : "unset",
+            }
+          : {
+              padding: "0 8px",
+              backgroundColor: "#80808030",
             }
             }
-          : undefined
       }
       }
       tabBarStyle={{ marginBottom: 0 }}
       tabBarStyle={{ marginBottom: 0 }}
       size="small"
       size="small"