| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- html,
- body,
- .app-wrapper {
- position: relative;
- width: 100%;
- height: 100%;
- margin: 0;
- padding: 0;
- touch-action: pan-y;
- }
- :root {
- --Form-item-gap: 1.3rem;
- --InputGroup-height: 2.5rem;
- --Button-height: 2.5rem;
- --InputGroup-paddingX: .6rem;
- --InputGroup-addOn-bg: var(--Form-input-bg);
- /* --fontSizeBase: .9rem; */
- }
- .app-wrapper {
- position: relative;
- width: 100%;
- height: 100%;
- margin: 0;
- padding: 0;
- }
- .amis-scope .cxd-Layout--headerFixed .cxd-Layout-header .cxd-Page {
- background: none;
- }
- .amis-scope .cxd-Page-body .cxd-DropDown--alignRight .cxd-DropDown-menu {
- text-align: center;
- }
- /* .amis-scope .cxd-DropDown button .m-r-xs {
- width: 100%;
- height: 100%;
- } */
- .amis-scope .cxd-Button--default {
- border: none;
- outline: none;
- }
- .amis-scope .cxd-Button--default:not(:disabled):not(.is-disabled):hover {
- color: none;
- background: none;
- border-color: none;
- border-width: none;
- border-style: none;
- box-shadow: none;
- border: none;
- outline: none;
- }
- .amis-scope .m-r-xs {
- margin-top:-5px;
- width: 30px;
- height: 30px;
- }
- @media (min-width: 768px) {
- .amis-scope .cxd-Layout--asideFixed.cxd-Layout--folded .cxd-Layout-aside {
- z-index: 2000;
- }
- }
- .amis-scope .cxd-Layout-headerBar .cxd-Page-body .cxd-Button:not(:disabled):not(.is-disabled){
- pointer-events:none;
- }
|