Commit 91bb6816 authored by chenshouchao's avatar chenshouchao

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

parent f74a51ad
...@@ -86,8 +86,8 @@ const theme = createTheme({ ...@@ -86,8 +86,8 @@ const theme = createTheme({
boxShadow: "none !important", boxShadow: "none !important",
color: "rgba(30, 38, 51, 1)", color: "rgba(30, 38, 51, 1)",
"&:hover": { "&:hover": {
// backgroundColor: "#FFEDED ", backgroundColor: "rgba(240, 242, 245, 1) ",
// border: "1px solid rgba(30, 38, 51, 1)", border: "1px solid rgba(221, 225, 230, 1)",
}, },
}, },
textSecondary: { textSecondary: {
......
...@@ -97,14 +97,12 @@ const ConsoleLayout = observer(() => { ...@@ -97,14 +97,12 @@ const ConsoleLayout = observer(() => {
dropValue={productOpen} dropValue={productOpen}
drop={true} drop={true}
/> />
{/* <ArrowDropDownIcon classes={{ {/* <ArrowDropDownIcon classes={{
root: cx({ root: cx({
[style.ArrowDropDownIconRoot]: true, [style.ArrowDropDownIconRoot]: true,
[style.ArrowDropDownIconRootOpen]: Boolean(productOpen) [style.ArrowDropDownIconRootOpen]: Boolean(productOpen)
}) })
}} /> */} }} /> */}
<Menu <Menu
id="product-menu" id="product-menu"
anchorEl={productAnchorEl} 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