1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| /* pages/devicelogs/devicelogs.wxss */
| .title{
| width: 100%;
| margin:0 0px 5px;
| display: flex;
| justify-content: space-between;
| background-color: #fff;
| height: 40px;
| line-height: 40px;
| }
| .title .left{
| margin-left: 5px;
| }
| .title .right{
| margin-right: 5px;
| display: flex;
| justify-content: space-between;
| }
|
|