1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
| /* pages/inspection/scene/info/components/device-location/index.wxss */
| .flex-h {
| display: flex;
| justify-content: space-between;
| align-items: center;
| /* background-color: blanchedalmond; */
| padding: 0 16px;
| margin-top: 8px;
| }
|
| .img-group {
| display: flex;
| flex-wrap: wrap;
| gap: 2px;
| }
|
| .img-group .img-group_img {
| width: 30vw;
| height: 30vw;
| }
|
|