feat: Modify the color of the svg icon in the header according to the selected state and feat: extract routing information from the knowledge base into constants (#51)
* feat: Modify the color of the svg icon in the header according to the selected state * feat: add translation icon to header * feat: shorten the route length of the knowledge base * feat: extract routing information from the knowledge base into constants
This commit is contained in:
17
web/src/layouts/components/right-toolbar/index.less
Normal file
17
web/src/layouts/components/right-toolbar/index.less
Normal file
@@ -0,0 +1,17 @@
|
||||
.toolbarWrapper {
|
||||
:global(.ant-avatar) {
|
||||
background-color: rgba(242, 243, 245, 1);
|
||||
}
|
||||
}
|
||||
|
||||
.circle {
|
||||
display: inline-block;
|
||||
line-height: 32px;
|
||||
width: 32px;
|
||||
text-align: center;
|
||||
height: 32px;
|
||||
border-radius: 50%;
|
||||
background-color: rgba(242, 243, 245, 1);
|
||||
vertical-align: middle;
|
||||
cursor: pointer;
|
||||
}
|
||||
Reference in New Issue
Block a user