123456789101112131415161718192021222324 |
- .mui-table-view-cell:after{
- left:0;
- }
- .c-list-key{
- display: -webkit-box;
- display: box;
- -webkit-box-orient: vertical;
- box-orient: vertical;
- -webkit-box-pack: center;
- box-pack: center;
- }
- .c-list-info{
- -webkit-box-flex: 1;
- box-flex: 1;
- display: -webkit-box;
- display: box;
- -webkit-box-orient: vertical;
- box-orient: vertical;
- -webkit-box-pack: center;
- box-pack: center;
- }
- .c-list-info .listform-text{width:100%; border:none; margin:0; padding: 0;}
- .header-link a.disabled{color: rgba(255,255,255,0.5);}
- .work-break{overflow: hidden; word-break: break-word;}
|