mirror of
https://github.com/veops/cmdb.git
synced 2025-08-09 09:57:06 +08:00
Modify code organization
This commit is contained in:
23
cmdb-ui/src/components/FooterToolbar/index.less
Normal file
23
cmdb-ui/src/components/FooterToolbar/index.less
Normal file
@@ -0,0 +1,23 @@
|
||||
@import "../index";
|
||||
|
||||
@footer-toolbar-prefix-cls: ~"@{ant-pro-prefix}-footer-toolbar";
|
||||
|
||||
.@{footer-toolbar-prefix-cls} {
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
height: 56px;
|
||||
line-height: 56px;
|
||||
box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.03);
|
||||
background: #fff;
|
||||
border-top: 1px solid #e8e8e8;
|
||||
padding: 0 24px;
|
||||
z-index: 9;
|
||||
|
||||
&:after {
|
||||
content: "";
|
||||
display: block;
|
||||
clear: both;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user