| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108 |
- .layui-table-tool-panel {
- margin-top: 10px !important;
- }
- .layui-table-tool {
- background-color: white !important;
- border-bottom: none !important;
- padding-bottom: 10px !important;
- }
- .layui-table-header,
- .layui-table-header th {
- background-color: white !important;
- }
- .layui-table-view {
- border: none !important;
- }
- /** 兼容 layui 2.7.0 升级 table cell 单元格边距的调整 */
- .layui-table-view .layui-table td, .layui-table-view .layui-table th {
- padding: 5px 0px;
- }
- .layui-table-cell {
- height: 34px;
- line-height: 34px;
- }
- .layui-table .layui-laypage .layui-laypage-curr .layui-laypage-em {
- border-radius: 50px !important;
- border-radius: 4px!important;
- background-color: #5FB878 !important;
- }
- .layui-table-view .layui-table{
- width: 100%;
- }
- .layui-table tr {
- height: 34px;
- line-height: 34px;
- }
- .layui-table-cell {
- padding-top: 1px !important;
- }
- .layui-table-box * {
- font-size: 13px !important;
- }
- .layui-table-page .layui-laypage input {
- width: 40px;
- height: 26.5px!important;
- }
- .layui-table-box button {
- font-size: 15px !important;
- }
- .layui-table-page {
- height: 45px !important;
- padding-top: 10px !important;
- }
- .layui-table-tool .layui-inline {
- border-radius: 3px !important;
- width: 30px !important;
- height: 30px !important;
- line-height: 20px !important;
- }
- .layui-table-view .layui-table[lay-skin=line] {
- border: none !important;
- }
- .layui-table-init .layui-icon{
- font-size: 40px !important;
- margin: -15px 0 0 -15px;
- }
- .layui-table-body::-webkit-scrollbar {
- width: 0px;
- height: 0px;
- }
- .layui-table-body::-webkit-scrollbar {
- width: 6px;
- height: 6px;
- }
- .layui-table-body::-webkit-scrollbar-track {
- background: white;
- border-radius: 2px;
- }
- .layui-table-body::-webkit-scrollbar-thumb {
- background: #E6E6E6;
- border-radius: 2px;
- }
- .layui-table-body::-webkit-scrollbar-thumb:hover {
- background: #E6E6E6;
- }
- .layui-table-body::-webkit-scrollbar-corner {
- background: #f6f6f6;
- }
|