diff --git a/src/app/routes/sys-setting/components/role-management/menu/menu.less b/src/app/routes/sys-setting/components/role-management/menu/menu.less index 4e400d45..ea1914df 100644 --- a/src/app/routes/sys-setting/components/role-management/menu/menu.less +++ b/src/app/routes/sys-setting/components/role-management/menu/menu.less @@ -174,6 +174,21 @@ li { 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 { color : #666; @@ -185,18 +200,12 @@ label { width : 700px; .leftBox { - width : 250px; - border : 1px solid #d1d1d1; - max-height: 500px; - overflow : auto; + width : 40%; + // border-right: solid 1px #eee; } .rightBox { - flex : 1; - margin : 0 0 0 20px; - padding-left: 12px; - border : 1px solid #d1d1d1; - max-height : 500px; - overflow : auto; + width : 60%; + padding: 0 0 0 20px; } } \ No newline at end of file diff --git a/src/app/routes/ticket-management/components/cancellation-invoice/push-invoice/push-invoice.component.html b/src/app/routes/ticket-management/components/cancellation-invoice/push-invoice/push-invoice.component.html index 34b2be1b..86dbbfdd 100644 --- a/src/app/routes/ticket-management/components/cancellation-invoice/push-invoice/push-invoice.component.html +++ b/src/app/routes/ticket-management/components/cancellation-invoice/push-invoice/push-invoice.component.html @@ -19,7 +19,7 @@ {{info?.artoacc}} - {{info?.vatremarks}} + {{info?.remarks}}
diff --git a/src/app/routes/ticket-management/components/cancellation-invoice/push-invoice/push-invoice.component.ts b/src/app/routes/ticket-management/components/cancellation-invoice/push-invoice/push-invoice.component.ts index fcb6b560..f226a86b 100644 --- a/src/app/routes/ticket-management/components/cancellation-invoice/push-invoice/push-invoice.component.ts +++ b/src/app/routes/ticket-management/components/cancellation-invoice/push-invoice/push-invoice.component.ts @@ -14,22 +14,6 @@ export class PushInvoiceComponent implements OnInit { @ViewChild('st', { static: false }) st!: STComponent; 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 = {}; id!: number; diff --git a/src/styles.less b/src/styles.less index 5ba862a5..2fc2a748 100644 --- a/src/styles.less +++ b/src/styles.less @@ -20,7 +20,7 @@ } } -@layout-gutter: 8px; +@layout-gutter: 11px; /* 全局滚动条美化 */ *::-webkit-scrollbar {