#app{ position: absolute; left: 10px; right: 10px; top: 10px; bottom: 10px; padding: 10px 20px; } .boxContent{ width: 100%; height: 100%; } .headBox{ position: relative; margin: 0px 10px; } .headBox .ivu-menu-horizontal{ height: 50px; line-height: 50px; } .headBox .buttonBox{ display: flex; position: absolute; right: 10px; top: 0px; height: 50px; z-index: 999; align-items: center; } .formBox{ width: 96%; overflow: hidden; margin: 0px auto; padding: 15px 0px 0px 0px; } .titleBox{ width: 100%; height: 35px; line-height: 35px; background-color: #F2F2F2; text-indent: 15px; font-weight: bold; } .formItem{ width: 40%; margin:12px 4.5%; } .formItemFull{ width: 85.5%; margin:12px 4.5%; } body em{ color: #333333; } .tableContent{ width: 80%; margin: 15px 10%; } body .ivu-table-tip{ overflow-x: hidden; overflow-y: hidden; } .addChildBtn{ display:inline-block; margin-left:10px; text-indent: 0px; color: #ed4014; cursor: pointer; } .vertical-center-modal { display: flex; align-items: center; justify-content: center; } .ivu-modal { top: 0; } .modalItem{ width: 80%; margin: 15px 10%; } .contentBox{ overflow: auto; } .contentBox::-webkit-scrollbar { width: 6px; background-color: #F5F5F5; } .contentBox::-webkit-scrollbar-thumb { background-color: #dddddd; } .contentBox::-webkit-scrollbar-track { background-color: #ffffff; }