| | |
| | | margin-bottom: 5px; |
| | | height: 30px; |
| | | } |
| | | .mk-back { |
| | | border: none; |
| | | float: left; |
| | | margin-left: 0px; |
| | | padding: 0px; |
| | | box-shadow: none; |
| | | } |
| | | .mk-back::after { |
| | | display: none; |
| | | } |
| | | .mk-back:hover, .mk-back:active, .mk-back:focus { |
| | | color: var(--mk-sys-color); |
| | | } |
| | | .mk-addinv, .mk-addinv:active, .mk-addinv:focus { |
| | | color: #52c41a; |
| | | border-color: #52c41a; |
| | | } |
| | | .mk-bill:hover, .mk-bill:active, .mk-bill:focus { |
| | | color: var(--mk-sys-color); |
| | | border-color: var(--mk-sys-color); |
| | |
| | | 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; |
| | |
| | | .inv-content { |
| | | flex: 1; |
| | | padding: 6px 0; |
| | | |
| | | .mk-name .ant-input-affix-wrapper .ant-input-suffix { |
| | | right: 35px; |
| | | } |
| | | |
| | | .ant-form-item { |
| | | display: flex; |
| | |
| | | } |
| | | } |
| | | } |
| | | .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 tr:hover td { |
| | | background-color: var(--mk-sys-color1); |
| | | .ant-table .ant-table-tbody { |
| | | td { |
| | | vertical-align: top; |
| | | } |
| | | tr:hover td { |
| | | background-color: var(--mk-sys-color1); |
| | | } |
| | | } |
| | | } |
| | | .tb-search-wrap { |