| | |
| | | } |
| | | } |
| | | |
| | | /* 放在 style 标签最后,确保优先级 */ |
| | | ::v-deep .uni-table .uni-checkbox-wrapper, |
| | | ::v-deep .uni-table .uni-checkbox-input { |
| | | width: 44px !important; |
| | | height: 44px !important; |
| | | min-width: 44px !important; |
| | | min-height: 44px !important; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | } |
| | | |
| | | ::v-deep .uni-table .uni-checkbox-input { |
| | | border-radius: 8px !important; |
| | | border: 2.5px solid #007aff !important; |
| | | } |
| | | |
| | | ::v-deep .uni-table .uni-checkbox-input .uni-checkbox-icon { |
| | | font-size: 38px !important; |
| | | line-height: 44px !important; |
| | | } |
| | | |
| | | /* 针对1280x800的平板使用媒体查询进行适配 */ |
| | | @media screen and (min-width: 1280px) and (max-width: 1920px) { |
| | | .right-side { |
| | |
| | | border: 2px solid #007aff; |
| | | margin: 0 auto; |
| | | display: block; |
| | | } |
| | | |
| | | |
| | | /* 放在 style 标签最后,确保优先级 */ |
| | | ::v-deep .uni-table .uni-checkbox-wrapper, |
| | | ::v-deep .uni-table .uni-checkbox-input { |
| | | width: 44px !important; |
| | | height: 44px !important; |
| | | min-width: 44px !important; |
| | | min-height: 44px !important; |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: center; |
| | | } |
| | | |
| | | ::v-deep .uni-table .uni-checkbox-input { |
| | | border-radius: 8px !important; |
| | | border: 2.5px solid #007aff !important; |
| | | } |
| | | |
| | | ::v-deep .uni-table .uni-checkbox-input .uni-checkbox-icon { |
| | | font-size: 38px !important; |
| | | line-height: 44px !important; |
| | | } |
| | | |
| | | </style> |