| | |
| | | } |
| | | } |
| | | |
| | | /* 强制覆盖 uni-table 选择框样式,适配所有编译器写法 */ |
| | | /* 放在 style 标签最后,确保优先级 */ |
| | | ::v-deep .uni-table .uni-checkbox-wrapper, |
| | | ::v-deep .uni-table .uni-checkbox-input, |
| | | > > > .uni-table .uni-checkbox-wrapper, |
| | | > > > .uni-table .uni-checkbox-input, |
| | | .uni-table /deep/ .uni-checkbox-wrapper, |
| | | .uni-table /deep/ .uni-checkbox-input { |
| | | width: 56px !important; |
| | | height: 56px !important; |
| | | min-width: 56px !important; |
| | | min-height: 56px !important; |
| | | ::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, |
| | | > > > .uni-table .uni-checkbox-input, |
| | | .uni-table /deep/ .uni-checkbox-input { |
| | | border-radius: 10px !important; |
| | | border: 3px solid #007aff !important; |
| | | ::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, |
| | | > > > .uni-table .uni-checkbox-input .uni-checkbox-icon, |
| | | .uni-table /deep/ .uni-checkbox-input .uni-checkbox-icon { |
| | | font-size: 48px !important; |
| | | line-height: 56px !important; |
| | | ::v-deep .uni-table .uni-checkbox-input .uni-checkbox-icon { |
| | | font-size: 38px !important; |
| | | line-height: 44px !important; |
| | | } |
| | | |
| | | /* 针对1280x800的平板使用媒体查询进行适配 */ |