This commit is contained in:
Taric Xin
2022-02-28 09:07:03 +08:00
parent 064fbc0113
commit 66eb9ad99d
4 changed files with 21 additions and 28 deletions

View File

@ -174,6 +174,21 @@ li {
list-style : none; list-style : none;
} }
.dictData {
dl {
margin : 0;
padding: 0;
}
dt {
margin : 0 0 5px 0;
padding : 3px 0;
color : #999;
font-weight : normal;
font-size : 13px;
border-bottom: solid 1px #eee;
}
}
label { label {
color : #666; color : #666;
@ -185,18 +200,12 @@ label {
width : 700px; width : 700px;
.leftBox { .leftBox {
width : 250px; width : 40%;
border : 1px solid #d1d1d1; // border-right: solid 1px #eee;
max-height: 500px;
overflow : auto;
} }
.rightBox { .rightBox {
flex : 1; width : 60%;
margin : 0 0 0 20px; padding: 0 0 0 20px;
padding-left: 12px;
border : 1px solid #d1d1d1;
max-height : 500px;
overflow : auto;
} }
} }

View File

@ -19,7 +19,7 @@
{{info?.artoacc}} {{info?.artoacc}}
</se> </se>
<se label="票面备注"> <se label="票面备注">
{{info?.vatremarks}} {{info?.remarks}}
</se> </se>
</div> </div>
<div nz-col nzSpan="12" se-container [labelWidth]="100" col="1"> <div nz-col nzSpan="12" se-container [labelWidth]="100" col="1">

View File

@ -14,22 +14,6 @@ export class PushInvoiceComponent implements OnInit {
@ViewChild('st', { static: false }) @ViewChild('st', { static: false })
st!: STComponent; st!: STComponent;
columns: STColumn[] = this.initST(); columns: STColumn[] = this.initST();
data = [
{
key: 0,
disabled: true,
href: 'https://ant.design',
avatar: 'https://gw.alipayobjects.com/zos/rmsportal/eeHMaZBwmTvLdIwMfBpg.png',
no: 'TradeCode 0'
},
{
key: 1,
disabled: false,
href: 'https://ant.design',
avatar: 'https://gw.alipayobjects.com/zos/rmsportal/udxAbMEhpwthVVcjLXik.png',
no: 'TradeCode 1'
}
];
info: any = {}; info: any = {};
id!: number; id!: number;

View File

@ -20,7 +20,7 @@
} }
} }
@layout-gutter: 8px; @layout-gutter: 11px;
/* 全局滚动条美化 */ /* 全局滚动条美化 */
*::-webkit-scrollbar { *::-webkit-scrollbar {