| | |
| | | } |
| | | } |
| | | |
| | | /* æ¾å¤§ uni-table çå¤éæ¡ï¼checkboxï¼ */ |
| | | :deep(.uni-table .uni-checkbox-wrapper), |
| | | :deep(.uni-table .uni-checkbox-input) { |
| | | width: 48px !important; |
| | | height: 48px !important; |
| | | min-width: 48px !important; |
| | | min-height: 48px !important; |
| | | display: flex !important; |
| | | align-items: center !important; |
| | | justify-content: center !important; |
| | | box-sizing: border-box !important; |
| | | } |
| | | |
| | | /* åªå¯¹ input[type=checkbox] æ¾å¤§ï¼ä¸è¦å :deep() */ |
| | | .uni-table .uni-checkbox-input input[type="checkbox"] { |
| | | transform: scale(2.2) !important; |
| | | accent-color: #007aff !important; |
| | | cursor: pointer !important; |
| | | } |
| | | |
| | | /* æ¾å¤§ uni-table çå¤éæ¡å宽 */ |
| | | :deep(.uni-table .uni-table-selection), |
| | | :deep(.uni-table th.is-selection), |
| | | :deep(.uni-table td.is-selection) { |
| | | padding-left: 24px !important; |
| | | padding-right: 24px !important; |
| | | } |
| | | |
| | | /* æ¾å¨å
¨å±æ ·å¼æå½åç»ä»¶ç <style scoped> é */ |
| | | .el-table .el-checkbox, |
| | | .el-table .el-checkbox__input { |
| | | transform: scale(1.8); /* æ¾å¤§1.8åï¼å¯æ ¹æ®éè¦è°æ´ */ |
| | | } |
| | | |
| | | .el-table .el-checkbox__inner { |
| | | width: 24px; |
| | | height: 24px; |
| | | } |
| | | |
| | | /* é对1280x800çå¹³æ¿ä½¿ç¨åªä½æ¥è¯¢è¿è¡éé
*/ |
| | | @media screen and (min-width: 1280px) and (max-width: 1920px) { |
| | | .right-side { |