92 lines
1.4 KiB
Plaintext
92 lines
1.4 KiB
Plaintext
.declare-detail-table-container {
|
|
height: 100%;
|
|
background: #f6f6f6;
|
|
padding: 8px 16px;
|
|
|
|
.wea-new-table {
|
|
background: #FFF;
|
|
}
|
|
}
|
|
|
|
.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;
|
|
}
|
|
}
|
|
}
|
|
}
|