| | |
| | | margin-left: 0px; |
| | | padding: 0px; |
| | | box-shadow: none; |
| | | position: relative; |
| | | z-index: 1; |
| | | } |
| | | .mk-back::after { |
| | | display: none; |
| | |
| | | position: relative; |
| | | height: 70px; |
| | | margin-right: 30px; |
| | | .inv-type { |
| | | width: 390px; |
| | | display: inline-block; |
| | | position: relative; |
| | | font-size: 25px; |
| | | text-align: center; |
| | | font-family: kaiti; |
| | | color: var(--inv-color, #13509c); |
| | | } |
| | | .inv-type::before, .inv-type::after { |
| | | content: ''; |
| | | display: block; |
| | | width: 100%; |
| | | position: absolute; |
| | | border-top: var(--inv-color, #13509c) 1px solid; |
| | | border-bottom: var(--inv-color, #13509c) 1px solid; |
| | | height: 1px; |
| | | } |
| | | .inv-type::before { |
| | | bottom: -10px; |
| | | } |
| | | .inv-type::after { |
| | | bottom: -15px; |
| | | } |
| | | .inv-msg { |
| | | position: absolute; |
| | | right: 100px; |
| | | top: 0px; |
| | | font-size: 13px; |
| | | text-align: left; |
| | | color: var(--inv-color, #13509c); |
| | | } |
| | | .ant-select { |
| | | width: 390px; |
| | | border: none; |
| | |
| | | } |
| | | } |
| | | } |
| | | .menu-invoice-wrap.read_only { |
| | | .ant-form-item-children { |
| | | color: rgba(0, 0, 0, 0.85); |
| | | } |
| | | .ant-input-suffix, .ant-form-extra, .anticon-ellipsis { |
| | | display: none; |
| | | } |
| | | .plus-line, .del-line { |
| | | display: none!important; |
| | | } |
| | | } |
| | | .inv-table { |
| | | .ant-table .ant-table-tbody { |
| | | td { |