pull/216/head
BingoKingo 2020-05-02 14:45:54 +08:00
parent 10bf83fc8f
commit 9e01c304c7
3 changed files with 24 additions and 24 deletions

View File

@ -64,23 +64,23 @@
} }
@media only screen and (max-width:1152px){ @media only screen and (max-width:1152px){
.list-table td.file,.list-table th.file{width:calc(95% - 220px)} .list-table td.file,.list-table th.file{width:calc(95% - 220px)}
.size{width:140px} .list-table td.size{width:140px !important}
.updated_at{width:70px} .list-table td.updated_at{width:70px !important}
} }
@media only screen and (max-width:925px){ @media only screen and (max-width:925px){
.list-table td.file,.list-table th.file{width:calc(94% - 220px)} .list-table td.file,.list-table th.file{width:calc(94% - 220px)}
.size{width:140px} .list-table td.size{width:140px !important}
.updated_at{width:70px} .list-table td.updated_at{width:70px !important}
} }
@media only screen and (max-width:781px){ @media only screen and (max-width:781px){
.list-table td.file,.list-table th.file{width:calc(93% - 220px)} .list-table td.file,.list-table th.file{width:calc(93% - 220px)}
.size{width:140px} .list-table td.size{width:140px !important}
.updated_at{width:70px} .list-table td.updated_at{width:70px !important}
} }
@media only screen and (max-width:679px){ @media only screen and (max-width:679px){
.list-table td.file,.list-table th.file{width:calc(92% - 220px)} .list-table td.file,.list-table th.file{width:calc(92% - 220px)}
.size{width:140px} .list-table td.size{width:140px !important}
.updated_at{width:70px} .list-table td.updated_at{width:70px !important}
} }
</style> </style>
</head> </head>

View File

@ -63,23 +63,23 @@
} }
@media only screen and (max-width:1152px){ @media only screen and (max-width:1152px){
.list-table td.file,.list-table th.file{width:calc(95% - 220px)} .list-table td.file,.list-table th.file{width:calc(95% - 220px)}
.size{width:140px} .list-table td.size{width:140px !important}
.updated_at{width:70px} .list-table td.updated_at{width:70px !important}
} }
@media only screen and (max-width:925px){ @media only screen and (max-width:925px){
.list-table td.file,.list-table th.file{width:calc(94% - 220px)} .list-table td.file,.list-table th.file{width:calc(94% - 220px)}
.size{width:140px} .list-table td.size{width:140px !important}
.updated_at{width:70px} .list-table td.updated_at{width:70px !important}
} }
@media only screen and (max-width:781px){ @media only screen and (max-width:781px){
.list-table td.file,.list-table th.file{width:calc(93% - 220px)} .list-table td.file,.list-table th.file{width:calc(93% - 220px)}
.size{width:140px} .list-table td.size{width:140px !important}
.updated_at{width:70px} .list-table td.updated_at{width:70px !important}
} }
@media only screen and (max-width:679px){ @media only screen and (max-width:679px){
.list-table td.file,.list-table th.file{width:calc(92% - 220px)} .list-table td.file,.list-table th.file{width:calc(92% - 220px)}
.size{width:140px} .list-table td.size{width:140px !important}
.updated_at{width:70px} .list-table td.updated_at{width:70px !important}
} }
</style> </style>
</head> </head>

View File

@ -63,23 +63,23 @@
} }
@media only screen and (max-width:1152px){ @media only screen and (max-width:1152px){
.list-table td.file,.list-table th.file{width:calc(95% - 220px)} .list-table td.file,.list-table th.file{width:calc(95% - 220px)}
.size{width:140px} .list-table td.size{width:140px !important}
.updated_at{width:70px} .list-table td.updated_at{width:70px !important}
} }
@media only screen and (max-width:925px){ @media only screen and (max-width:925px){
.list-table td.file,.list-table th.file{width:calc(94% - 220px)} .list-table td.file,.list-table th.file{width:calc(94% - 220px)}
.size{width:140px} .list-table td.size{width:140px !important}
.updated_at{width:70px} .list-table td.updated_at{width:70px !important}
} }
@media only screen and (max-width:781px){ @media only screen and (max-width:781px){
.list-table td.file,.list-table th.file{width:calc(93% - 220px)} .list-table td.file,.list-table th.file{width:calc(93% - 220px)}
.size{width:140px} .list-table td.size{width:140px !important}
.updated_at{width:70px} .list-table td.updated_at{width:70px !important}
} }
@media only screen and (max-width:679px){ @media only screen and (max-width:679px){
.list-table td.file,.list-table th.file{width:calc(92% - 220px)} .list-table td.file,.list-table th.file{width:calc(92% - 220px)}
.size{width:140px} .list-table td.size{width:140px !important}
.updated_at{width:70px} .list-table td.updated_at{width:70px !important}
} }
</style> </style>
</head> </head>