ttk-app-core
Version:
enterprise develop framework
195 lines (180 loc) • 4.58 kB
text/less
.addmultiauxitemModal{
width: 220px ;
}
.app-account-addmultiauxitem {
width: 100%;
// height: 100%;
// min-height: 300px;
&-iconbutton {
padding: 0 4px ;
}
&-cell-left {
padding-left: 8px;
justify-content: flex-start;
}
&-cell-right {
padding-right: 8px;
justify-content: flex-end;
}
table tr:last-child td{
border-bottom: none ;
}
table tr td:last-child{
border-right: none ;
}
table tr td.table_td_align_right:last-child{
border-right: 1px solid #d9d9d9 ;
}
.ant-table .ant-table-thead{
tr{
th:last-child{
border-right: none;
}
}
}
.ant-table-placeholder{
border-right: none ;
border-left: none ;
}
.ant-table-fixed-header table tr th:last-child{
border-right: 1px solid #d9d9d9 ;
}
.ant-table-fixed-header table tr td:last-child{
border-right: 1px solid #d9d9d9 ;
}
&-body{
overflow-x: visible;
overflow-y: visible;
// overflow: hidden;
border-right: 1px solid #d9d9d9 ;
// border-bottom: none;
.ant-table-body{
// border-bottom: solid 1px #e6e6e6;
overflow-x: auto;
}
}
.ant-table-row-hover{
// background-color: #e2f7ff ;
}
.ant-table-content{
.ant-table-tbody > tr >td{
// padding: 0px 5px;
// padding: 6px 5px;
padding-left: 6px ;
padding-right: 6px ;
font-family: MicrosoftYaHei;
font-size: 12px;
color: #000000;
letter-spacing: -0.01px;
}
.ant-select-selection{
border-radius: 0;
width:150px;
}
.ant-input{
height: 26px;
border-radius: 0;
}
}
&-header {
// height: 30px;
// flex: 0 0 30px;
// flex: 1 0 30px;
// padding: 0 10px;
// flex-direction: row;
margin-bottom: 10px;
overflow: hidden;
&-left {
// flex-direction: row;
// align-items: center;
&-year{
flex-direction: row;
&-enabledPeriod{
margin-top: 4px;
}
}
&-accountingSubject{
margin-right: 10px;
font-weight: bold;
}
&-directionName{
font-weight: bold;
}
}
&-right {
flex-direction: row;
justify-content: flex-end;
align-items: center;
padding-top: 10px;
.mkicon {
font-size: 22px;
}
.mk-btn {
margin-right: 8px ;
}
&-calcQuantityMulti{
flex: 0 0 70px;
flex-direction: row;
height: 30px;
> label{
width: 20px;
}
}
}
}
.table_fixed_width{
&-deleteIcon {
// font-size: 14px;
font-size: 23px;
// color: #cc0000;
color: #fb756a;
&:hover {
color:#d81a0a;
}
}
}
.ant-table-content .ant-input {
text-align: right;
border-radius: 4px;
}
.ant-table-content .ant-select-selection {
width: 100% ;
height: 26px;
border-radius: 4px;
}
.ant-select-selection__rendered {
line-height: 26px;
}
&-content{
position: relative;
// border-right: 1px solid #d9d9d9;
.app-account-addmultiauxitem-body {
overflow: hidden;
height: auto;
}
&-coverDiv {
width: 18px;
height: 38px;
background: #eaeaea ;
display: inline-block;
position: absolute;
top: 0px;
right: 0px;
border-bottom: 1px solid #e8e8e8;
}
&-coverDiv1 {
width: 18px;
// height: 75px;
height: 73px;
background: #eaeaea ;
display: inline-block;
position: absolute;
top: 0px;
right: 0px;
border-bottom: 1px solid #e8e8e8;
}
}
&-operation-fixed{
height: 74px ;
}
}