| 123456789101112131415161718 |
- @import '../../../../themes/t.cell.scss';
- @import '../../../../themes/page.scss';
- /* module/user/pages/user-edit/user-edit.wxss */
- .page-scroll__container {
- flex: 0 1 auto;
- height: var(--page-container-safeHeight, 100vh);
- background-color: #F3F3F3;
- padding-top: 10px;
- }
- .cell-field__inner {
- padding-left: unset !important;
- width: 100% !important;
- height: 100% !important;
- text-align: right !important;
- box-sizing: border-box !important;
- /* margin-left: 29px ; */
- }
|