| | |
| | | |
| | | <style lang="scss"> |
| | | |
| | | :deep(.checkbox), |
| | | :deep(.checkbox__inner) { |
| | | padding: 10px !important; |
| | | width: 44px !important; |
| | | min-width: 44px !important; |
| | | box-sizing: border-box; |
| | | } |
| | | |
| | | .row-selected { |
| | | background-color: #e0f3ff !important; |
| | | } |
| | |
| | | /* 可选:设置最大宽度,防止撑破表格 */ |
| | | max-width: 180px; |
| | | overflow-wrap: break-word; |
| | | } |
| | | |
| | | |
| | | /* 通过自定义类名放大选择框 */ |
| | | .large-selection-table .uni-table-selection, |
| | | .large-selection-table .uni-table__selection-column { |
| | | width: 120px !important; |
| | | min-width: 120px !important; |
| | | } |
| | | |
| | | .large-selection-table .uni-checkbox-input { |
| | | width: 48px !important; |
| | | height: 48px !important; |
| | | transform: scale(2) !important; |
| | | border: 3px solid #007aff !important; |
| | | } |
| | | |
| | | .large-selection-table .uni-checkbox-input.uni-checkbox-input-checked { |
| | | background-color: #007aff !important; |
| | | border-color: #007aff !important; |
| | | } |
| | | |
| | | /* 针对1280x800的平板使用媒体查询进行适配 */ |