inleft
2022-02-09 9bcb19959eeb9da9bde2561e7278f6d0a55eb151
commit | author | age
9bcb19 1 @import "../index";
I 2
3 @footer-toolbar-prefix-cls: ~"@{ant-pro-prefix}-footer-toolbar";
4
5 .@{footer-toolbar-prefix-cls} {
6   position: fixed;
7   width: 100%;
8   bottom: 0;
9   right: 0;
10   height: 56px;
11   line-height: 56px;
12   box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.03);
13   background: #fff;
14   border-top: 1px solid #e8e8e8;
15   padding: 0 24px;
16   z-index: 9;
17
18   &:after {
19     content: "";
20     display: block;
21     clear: both;
22   }
23 }