| | |
| | | display: flex; |
| | | justify-content: flex-start; |
| | | align-items: center; |
| | | |
| | | .input { |
| | | border-radius: 4px; |
| | | padding: 0 6px; |
| | | height: calc(100% - 6px); |
| | | border: 1px solid transparent; |
| | | padding: 0 6px; |
| | | transition: all 0.1s ease-in; |
| | | &:focus { |
| | | border: 1px solid #5a84ff; |
| | | } |
| | | } |
| | | } |
| | | |
| | | :global( |
| | | .arco-table-hover:not(.arco-table-dragging) |
| | | .arco-table-tr:not(.arco-table-tr-empty):not(.arco-table-tr-summary):hover |
| | | .arco-table-td:not(.arco-table-col-fixed-left):not( |
| | | .arco-table-col-fixed-right |
| | | ) |
| | | ) { |
| | | .hover { |
| | | display: block; |
| | | } |
| | | .hasHover { |
| | | // display: none; |
| | | } |
| | | .baseInput { |
| | | .input { |
| | | border-radius: 4px; |
| | | padding: 0 6px; |
| | | background: #fff; |
| | | border: 1px solid #d9d9d9; |
| | | &:focus { |
| | | border: 1px solid #5a84ff; |
| | | } |
| | | } |
| | | } |
| | | } |
| | | :global(.arco-table) { |
| | | .baseInput { |
| | | .input { |
| | | height: 30px; |
| | | } |
| | | } |
| | | } |
| | | |
| | | :global(.information-table) { |
| | |
| | | .hasHover { |
| | | // display: none; |
| | | } |
| | | .baseInput { |
| | | .input { |
| | | border-radius: 4px; |
| | | padding: 0 6px; |
| | | background: #fff; |
| | | height: calc(100% - 6px); |
| | | border: 1px solid #d9d9d9; |
| | | &:focus { |
| | | border: 1px solid #5a84ff; |
| | | } |
| | | } |
| | | } |
| | | } |