zn-cloud-wcs/admin-web/src/layouts/Header.less
2019-02-27 11:06:55 +08:00

9 lines
113 B
Plaintext

.fixedHeader {
position: fixed;
top: 0;
right: 0;
z-index: 9;
width: 100%;
transition: width 0.2s;
}