This commit is contained in:
wangshiming
2022-03-30 15:56:47 +08:00
parent 3141de1357
commit 791b19ff68
9 changed files with 582 additions and 2 deletions

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2022-03-30 14:00:43
* @LastEditors : Shiming
* @LastEditTime : 2022-03-30 14:41:01
* @LastEditTime : 2022-03-30 15:29:14
* @FilePath : \\tms-obc-web\\src\\app\\routes\\tax-management\\components\\order-reporting\\order-reporting.component.html
* Copyright (C) 2022 huzhenhong. All rights reserved.
-->

View File

@ -2,4 +2,13 @@
.text-black {
color: #000;
}
.icon {
display: inline-block;
width: 1em;
height: 1em;
stroke-width: 0;
stroke: currentColor;
/* stylelint-disable-next-line order/properties-order */
fill: currentColor;
}
}