316 lines
6.7 KiB
Plaintext
316 lines
6.7 KiB
Plaintext
|
|
.task-report-container {
|
|
height: 100%;
|
|
.clearfix{
|
|
zoom : 1;
|
|
height: 100%;
|
|
}
|
|
.ant-table-title {
|
|
padding: 0;
|
|
}
|
|
|
|
.icon-coms-Add-to-o.icon-select {
|
|
margin-right: 0 !important;
|
|
}
|
|
|
|
.ant-table .ant-table-row-indent + .ant-table-row-expand-icon {
|
|
border: 1px solid #ddd;
|
|
|
|
&.icon-coms-Browse-box-Add-to::before {
|
|
content: "+";
|
|
display: inline-block;
|
|
height: 15px;
|
|
line-height: 15px;
|
|
}
|
|
|
|
&.icon-coms-down2::before {
|
|
content: "-";
|
|
display: inline-block;
|
|
height: 15px;
|
|
line-height: 15px;
|
|
}
|
|
}
|
|
|
|
.wea-field-readonly {
|
|
width: 100%;
|
|
|
|
& .child-item {
|
|
white-space: nowrap !important;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
}
|
|
.ant-table-tbody
|
|
{
|
|
// tr:nth-child(odd){
|
|
// background-color: #f9f9f9;
|
|
// }
|
|
.ant-table-row-level-0{
|
|
background-color: #f9f9f9;
|
|
}
|
|
::-webkit-scrollbar-thumb{
|
|
min-height: 5px;
|
|
}
|
|
|
|
}
|
|
.ant-table-fixed-left {
|
|
border-right: 2px solid #c8eeff !important;
|
|
.ant-table-header {
|
|
margin-bottom: 0px !important;
|
|
}
|
|
}
|
|
.ant-table-header {
|
|
margin-bottom: -8px !important;
|
|
|
|
}
|
|
::-webkit-scrollbar{
|
|
height: 8px;
|
|
}
|
|
|
|
.ant-table-header ::-webkit-scrollbar{
|
|
height: 0px;
|
|
}
|
|
|
|
.ant-table-body-outer { //IE HACK
|
|
margin-top: 17px \0;
|
|
*margin-top: 17px;
|
|
}
|
|
|
|
|
|
.asterisk:after, .required:after {
|
|
content: "*";
|
|
position: absolute;
|
|
top: 50%;
|
|
width: 9px;
|
|
height: 9px;
|
|
margin-top: -5px;
|
|
right: -9px;
|
|
color: transparent;
|
|
background-image: url(/images/BacoError_wev9.png);
|
|
background-repeat: no-repeat;
|
|
background-position: 50%;
|
|
}
|
|
|
|
.wea-rangerpicker.readonly .ant-calendar-range-picker.ant-input {
|
|
background: transparent;
|
|
border: none;
|
|
padding-right: 7px;
|
|
cursor: auto;
|
|
|
|
.picker-icon {
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
table {
|
|
table-layout: fixed;
|
|
}
|
|
|
|
.ant-table-tbody > tr > td,
|
|
.ant-table-thead > tr > th {
|
|
padding: 0 2px;
|
|
height: 37px;
|
|
text-align: center;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.ant-table-body-inner tr > td:first-of-type {
|
|
text-align: left;
|
|
|
|
& .report-span {
|
|
display: inline-block;
|
|
width: 200px;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|
|
|
|
}
|
|
|
|
.ant-table-fixed-left {
|
|
top: 0px;
|
|
}
|
|
|
|
.main-title-container {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.plan_input_wrapper {
|
|
height: 36px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
.plan_input_wrapper2 {
|
|
height: 36px;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
.wea-field-readonly {
|
|
min-height: 0!important;
|
|
display: table-cell;
|
|
vertical-align: bottom;
|
|
border: 1px solid rgb(221, 221, 221);
|
|
}
|
|
}
|
|
|
|
.wea-field-readonly {
|
|
display: inline-block;
|
|
}
|
|
|
|
.plan_input_add {
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
align-items: center;
|
|
|
|
.wea-input-normal {
|
|
width: 100%;
|
|
line-height: 36px
|
|
}
|
|
|
|
.icon-coms-Add-to-o {
|
|
line-height: 36px
|
|
}
|
|
|
|
.plan_input_add_number {
|
|
font-size: 14px;
|
|
color: white;
|
|
width: 20px;
|
|
height: 20px;
|
|
display: block;
|
|
line-height: 20px;
|
|
text-align: center;
|
|
border-radius: 50% 50%;
|
|
background: #56aaf7;
|
|
}
|
|
|
|
.wea-field-readonly {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
.child-item.wdb {
|
|
width: 98%;
|
|
white-space: nowrap !important;
|
|
text-overflow: ellipsis;
|
|
word-wrap: break-word !important;
|
|
overflow: hidden;
|
|
}
|
|
}
|
|
}
|
|
|
|
.percent-btn-group {
|
|
display: flex;
|
|
justify-content: space-evenly;
|
|
align-items: center;
|
|
|
|
.ant-btn:not(.ant-btn-circle):not(.ant-btn-circle-outline).ant-btn-icon-only {
|
|
padding: 1px 4px;
|
|
}
|
|
}
|
|
|
|
.main-edition {
|
|
height: 30px;
|
|
// font-size: 12px;
|
|
}
|
|
|
|
.main-month-link-line {
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
.wea-browser {
|
|
::-webkit-scrollbar{
|
|
height: 5px;
|
|
}
|
|
.wea-associative-search {
|
|
max-height: 26px;
|
|
overflow-x: scroll;
|
|
overflow-y: hidden;
|
|
|
|
.ant-select {
|
|
.wea-new-scroll {
|
|
height: 28px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.progress-input-number{
|
|
.ant-input-number-handler-wrap {
|
|
display: none;
|
|
|
|
& + .ant-input-number-input-wrap {
|
|
.ant-input-number-input {
|
|
padding: 0 12px 0 2px;
|
|
}
|
|
}
|
|
}
|
|
.ant-input-number{
|
|
width:100%;
|
|
position: relative;
|
|
&:after { //百分号生成
|
|
content: "%";
|
|
font-size: 12px;
|
|
position: absolute;
|
|
right: 2px;
|
|
top: 0;
|
|
color: #aaa;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
.finish-text-box-border {
|
|
border: 1px solid #ddd;
|
|
width: 100%;
|
|
height: 28px;
|
|
line-height: 28px;
|
|
}
|
|
*[colspan = '6']{
|
|
background-color: #e2e2e2 !important;
|
|
}
|
|
*[colspan = '6']:last-child{
|
|
background-color: #adadad !important;
|
|
}
|
|
|
|
.report-span2 {
|
|
// display: inline-block;
|
|
width: 140px;
|
|
text-align: left;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
float: left;
|
|
}
|
|
|
|
}
|
|
|
|
.wea-dialog {
|
|
.ant-spin-nested-loading > div > .ant-spin .ant-spin-dot {
|
|
top: 200px;
|
|
}
|
|
}
|
|
|
|
.prj-portal-left{
|
|
.search-group{
|
|
.ant-btn:not(.ant-btn-circle):not(.ant-btn-circle-outline).ant-btn-icon-only{
|
|
padding-right: 0px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.prjReport-titleinfo{
|
|
background-color: #f9f9f9;
|
|
padding: 10px 0 10px 0;
|
|
text-align: right;
|
|
.label{
|
|
display: inline;
|
|
padding: 0 10px;
|
|
}
|
|
} |