1234567891011121314151617181920212223242526 |
- .t-table.data-v-3d456fea {
- width: 100%;
- border: 1px #d0dee5 solid;
- border-left: none;
- border-top: none;
- box-sizing: border-box;
- border-radius: 10px;
- overflow: hidden;
- }
- .t-table.data-v-3d456fea t-tr {
- display: flex;
- }
- .t-table.data-v-3d456fea t-tr:nth-child(2n-1) {
- background: #BFF2FC;
- }
- .t-table.data-v-3d456fea t-tr:nth-child(2n) {
- /* background: #f5f5f5; */
- background: #ECFCFF;
- }
|