Commit 0189c8dc authored by 张烨's avatar 张烨

style: 优化样式

parent ffd248a3
...@@ -62,4 +62,9 @@ iframe { ...@@ -62,4 +62,9 @@ iframe {
} }
iframe{ iframe{
border: none !important; border: none !important;
} }
\ No newline at end of file :global{
.ant-tree-node-content-wrapper .anticon-folder, .ant-tree-icon__customize, .ant-tree-switcher-icon{
color: #1890ff !important;
}
}
...@@ -3,10 +3,15 @@ ...@@ -3,10 +3,15 @@
width: 100%; width: 100%;
height: 100%; height: 100%;
.link{ .link{
color: #2f54eb; color: #000;
cursor: pointer; cursor: pointer;
font-size: 16px;
user-select: none; user-select: none;
border-bottom: 1px solid #2f54eb; position: relative;
top: -10px;
}
.link:hover{
color: #1890ff;
} }
.ant-tabs-content-holder>.ant-tabs-content.ant-tabs-content-top{ .ant-tabs-content-holder>.ant-tabs-content.ant-tabs-content-top{
position: absolute; position: absolute;
......
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