123456789101112131415161718192021222324252627282930313233343536373839404142 |
- .footer{
- display: none;
- }
- .layui-card-header{
- height: 5vh;
- line-height: 5vh;
- display: flex;
- justify-content: center;
- }
- .layui-card-header span{
- font-size: 0.85vw;
- color: gray;
- font-weight: 600;
- }
- .layui-card-body{
- height: 25vh;
- }
- .layui-card{
- padding: 6px !important;
- }
- .table{
- height: 65vh !important;
- }
- .table-bottom{
- height: 30vh !important;
- }
- .layui-table-tool{
- height: 30px !important;
- padding: 0 12px !important;
- background-color: #fafafa;
- }
- .layui-table-body .layui-none{
- padding: 10px 15px !important;
- }
|