salary-management-front/pc4mobx/hrmSalary/pages/declare/index.less

93 lines
1.4 KiB
Plaintext

.generateDeclarationDetail {
.tabWrapper {
padding-left: 10px
}
.tableWrapper {
height: calc(100vh - 48px);
overflow: auto;
}
}
.generateWapper {
.wea-dialog-body {
height: auto !important;
}
.wea-select {
.ant-select {
width: 100% !important;
.ant-select-selection {
border-radius: 0 !important;
height: 30px !important;
}
}
}
}
//个税申报表页面-重构
.declare-main-layout {
.wea-new-top-content {
overflow-y: hidden;
}
.declare-body {
height: 100%;
width: 100%;
padding: 8px 16px 0 16px;
background: #F6F6F6;
overflow-y: auto;
.wea-new-table {
background: #fff;
}
.ant-table-tbody {
td {
width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}
}
}
.declare-dialog-layout {
background: #f6f6f6;
.wea-search-group {
padding: 16px;
}
.wea-select, .ant-select-selection, .ant-select {
width: 100%;
}
.wea-select {
display: inline-block;
position: relative;
}
.ant-select-selection {
height: 30px;
border-radius: 0;
}
.wea-content {
padding: 0;
.wea-form-cell-wrapper {
background: #FFF;
border: 1px solid #e5e5e5;
border-bottom: none;
.wea-form-cell {
border-bottom: 1px solid #e5e5e5;
}
}
}
}