Commit 6d78b4fb authored by timel's avatar timel

Merge branch 'fix/0819' into 'main'

Fix/0819

See merge request !273
parents cd06a16a 6c7dca9a
Pipeline #23205 passed with stages
in 11 minutes and 5 seconds
...@@ -77,9 +77,10 @@ export const Component: React.FC = () => { ...@@ -77,9 +77,10 @@ export const Component: React.FC = () => {
}))} }))}
/> />
<Button <Button
style={{ width: 150, fontSize: "14px" }} style={{ width: 150 }}
icon={<EditOutlined />} icon={<EditOutlined />}
onClick={() => navigate("/build")} onClick={() => navigate("/build")}
size="large"
> >
卡组编辑 卡组编辑
</Button> </Button>
......
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
align-items: center; align-items: center;
justify-content: center; justify-content: center;
font-size: 12px; font-size: 12px;
padding: 5px;
line-height: 1.75em; line-height: 1.75em;
overflow: hidden; //超出的文本隐藏 overflow: hidden; //超出的文本隐藏
text-overflow: ellipsis; //溢出用省略号显示 text-overflow: ellipsis; //溢出用省略号显示
......
...@@ -46,7 +46,7 @@ export const theme: ThemeConfig = { ...@@ -46,7 +46,7 @@ export const theme: ThemeConfig = {
fontSizeLG: 14, fontSizeLG: 14,
fontSize: 12, fontSize: 12,
colorBgContainer: "hsla(0, 0%, 100%, 0.05)", colorBgContainer: "hsla(0, 0%, 100%, 0.05)",
colorPrimaryHover: "#ccc", // colorPrimaryHover: "#ccc",
colorPrimaryActive: "#aaa", colorPrimaryActive: "#aaa",
}, },
Popover: { Popover: {
......
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