| 12345678910111213141516171819202122 |
- @import '../../../../themes/page.scss';
- @import '../../../../themes/draggable-sheet.scss';
- @import "../../report-common.scss";
- @import "../../../../themes/card.scss";
- /* module/health/pages/home/home.wxss */
- .card-body.report-wrapper {
- display: flex;
- flex-direction: row;
- align-items: center;
- .content-wrapper {
- flex: auto;
- }
- .image-wrapper {
- flex: none;
- width: 128px;
- height: 128px;
- margin-left: 8px;
- }
- }
|