You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
salary-management-oneself/src/pages/hiprintDesign/index.less

93 lines
1.7 KiB
Plaintext

.hiprintOuterLayout {
height: 100%;
width: 100%;
background: #f7f7f7;
.hiprintHeader {
position: relative;
display: flex;
align-items: center;
width: 100%;
z-index: 901;
height: 46px;
background-color: #fff;
border-bottom: 1px solid #e5e5e5;
.hiprintHeader_rightside {
display: flex;
align-items: center;
position: absolute;
right: 10px;
z-index: 1;
top: 0;
height: 100%;
}
}
.hiprintInnerLayout {
position: relative;
height: calc(100% - 46px);
overflow: hidden;
.hiprintContent {
padding: 10px 20px 10px 20px;
background: #f6f6f6;
overflow: auto;
}
.hiprintSider {
background: #FFF;
}
.hiprint_design_ls {
:global {
.rect-printElement-types {
padding: 10px;
}
.ant-tabs-nav {
margin: 0;
padding: 0 10px;
}
.ant-radio-group {
padding: 10px;
}
}
}
.hiprint_design_rs {
:global {
.ant-layout-sider-children {
overflow-y: auto;
}
.ant-layout-sider-zero-width-trigger {
display: flex;
align-items: center;
justify-content: center;
position: absolute;
box-sizing: border-box;
color: #999;
cursor: pointer;
background: #fff;
z-index: 100;
border: 1px solid #e5e5e5;
top: 50%;
transform: translateY(-50%);
width: 14px;
height: 36px;
left: -14px;
border-right: none;
border-radius: 6px 0 0 6px;
span.anticon {
width: 10px;
height: 10px;
}
}
}
}
}
}