| 12345678910111213141516171819202122232425262728 |
- .fake_registration{
- padding: 20rpx;
- .fake_table_wrap{
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- align-items: flex-start;
- gap: 20rpx;
- ::v-deep .u-button{
- width:auto;
- }
- .btn_wrap{
- display: flex;
- gap: 20rpx;
- }
- .custom-table__body{
- height: calc(100vh - 240rpx);
- width: -webkit-fill-available;
- border-radius: 20rpx;
- background-color: #fff;
- overflow-y: auto;
- ::v-deep .custom-table{
- margin:20rpx;
- // width: 100%;
- }
- }
- }
- }
|