Commit 91bb6816 authored by chenshouchao's avatar chenshouchao

UI: 弹窗组件取消按钮默认样式修改

parent f74a51ad
......@@ -86,8 +86,8 @@ const theme = createTheme({
boxShadow: "none !important",
color: "rgba(30, 38, 51, 1)",
"&:hover": {
// backgroundColor: "#FFEDED ",
// border: "1px solid rgba(30, 38, 51, 1)",
backgroundColor: "rgba(240, 242, 245, 1) ",
border: "1px solid rgba(221, 225, 230, 1)",
},
},
textSecondary: {
......
......@@ -97,14 +97,12 @@ const ConsoleLayout = observer(() => {
dropValue={productOpen}
drop={true}
/>
{/* <ArrowDropDownIcon classes={{
root: cx({
[style.ArrowDropDownIconRoot]: true,
[style.ArrowDropDownIconRootOpen]: Boolean(productOpen)
})
}} /> */}
<Menu
id="product-menu"
anchorEl={productAnchorEl}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment