Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
bkunyun
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
bkunyun
Commits
91bb6816
Commit
91bb6816
authored
Jul 28, 2022
by
chenshouchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UI: 弹窗组件取消按钮默认样式修改
parent
f74a51ad
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
+2
-4
MyButton.tsx
src/components/mui/MyButton.tsx
+2
-2
index.tsx
src/views/ConsoleLayout/index.tsx
+0
-2
No files found.
src/components/mui/MyButton.tsx
View file @
91bb6816
...
...
@@ -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
:
{
...
...
src/views/ConsoleLayout/index.tsx
View file @
91bb6816
...
...
@@ -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
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment