161 lines
2.6 KiB
Plaintext
161 lines
2.6 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-required-e9 {
|
|
top: 0;
|
|
right: -14px;
|
|
}
|
|
|
|
.wea-search-group {
|
|
padding: 16px;
|
|
|
|
.wea-form-item-wrapper {
|
|
display: inline-block !important;
|
|
}
|
|
}
|
|
|
|
.wea-select, .ant-select-selection, .ant-select {
|
|
width: 100%;
|
|
}
|
|
|
|
.wea-select {
|
|
display: inline-block;
|
|
position: relative;
|
|
|
|
.wea-select-input .arrow {
|
|
position: absolute;
|
|
right: 4px;
|
|
top: 8px;
|
|
color: #666;
|
|
}
|
|
|
|
.wdb {
|
|
word-break: break-all !important;
|
|
word-wrap: break-word !important;
|
|
}
|
|
|
|
.wea-select-input {
|
|
height: 30px;
|
|
white-space: nowrap;
|
|
min-width: 100px;
|
|
max-width: 345px;
|
|
width: 100%;
|
|
display: inline-block;
|
|
padding: 4px 17px 4px 4px;
|
|
position: relative;
|
|
min-height: 30px;
|
|
border: 1px solid #d9d9d9;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
-o-text-overflow: ellipsis;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
|
|
.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;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.declare-status-box {
|
|
.icon-span {
|
|
cursor: pointer;
|
|
|
|
.ant-tag:hover .anticon-cross {
|
|
display: block;
|
|
}
|
|
|
|
.ant-tag {
|
|
background: transparent;
|
|
border-radius: 0;
|
|
border: none;
|
|
position: relative;
|
|
|
|
.anticon-cross {
|
|
position: absolute;
|
|
right: -1px;
|
|
top: -1px;
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
i.icon-coms02-Warning-01 {
|
|
font-size: 16px;
|
|
color: red;
|
|
}
|
|
}
|
|
} |