Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 241 Bytes

mui-grid-9.md

File metadata and controls

19 lines (13 loc) · 241 Bytes

mui-grid-9

定义九宫格背景、上面边框与左面边框

2562
.mui-grid-view.mui-grid-9
{
    margin: 0;
    padding: 0;

    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    background-color: #f2f2f2;
}