123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560 |
- body {
- min-height: 100vh;
- display: flex;
- flex-direction: column;
- overflow: hidden;
- background-color: #ebeef5;
- font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
- }
- ::-webkit-scrollbar-track {
- border-radius: 10px;
- }
- ::-webkit-scrollbar-thumb {
- background-color: rgba(144, 147, 153, .3);
- border-radius: 10px;
- }
- ::-webkit-scrollbar {
- width: 16px;
- height: 16px;
- }
- ::-webkit-scrollbar-track,
- ::-webkit-scrollbar-thumb {
- border-radius: 999px;
- border: 5px solid transparent;
- }
- ::-webkit-scrollbar-thumb {
- min-height: 20px;
- background-clip: content-box;
- }
- ::-webkit-scrollbar-corner {
- background: transparent;
- }
- html::-webkit-scrollbar,
- body::-webkit-scrollbar,
- #app::-webkit-scrollbar {
- width: 0;
- }
- input,
- button,
- a {
- outline: 0 none !important;
- }
- .form-control {
- box-shadow: none !important;
- border: 1px solid #DCDFE6;
- }
- .custom-formitm {
- line-height: 30px;
- margin-bottom: 10px;
- }
- .custom-formitm .lab {
- float: left;
- width: 76px;
- margin-right: -76px;
- font-weight: normal;
- }
- .custom-formitm .ipt {
- margin-left: 80px;
- }
- .custom-formitm-l {
- line-height: 30px;
- margin-bottom: 10px;
- }
- .custom-formitm-l .lab {
- float: left;
- width: 100px;
- margin-right: -100px;
- text-align: right;
- font-weight: normal;
- }
- .custom-formitm-l .ipt {
- margin-left: 110px;
- }
- #container {
- /* min-height: 100vh;
- display: flex;
- flex-direction: column; */
- }
- .flex-box {
- display: flex;
- height: 100vh;
- }
- .aside {
- flex: 0 0 430px;
- background-color: #fff;
- border-left: solid 1px #ddd;
- height: calc(100vh - 70px);
- margin: 5px 5px 5px 0;
- }
- .top-toolbar {
- width: 100%;
- display: flex;
- align-items: center;
- /* height: 60px;
- line-height: 60px; */
- background-color: #fff;
- border-bottom: 1px solid #dfe6ec;
- padding: 0 10px;
- justify-content: space-between;
- }
- .top-toolbar .logo {
- width: 200px;
- display: flex;
- align-items: center;
- }
- .top-toolbar .logo span {
- display: inline-block;
- line-height: 60px;
- font-size: 18px;
- color: #333;
- }
- .top-toolbar .top-tools {
- flex-grow: 1;
- display: flex;
- /* justify-content: center; */
- align-items: center;
- /* height: 40px; */
- flex-wrap: wrap;
- }
- .top-toolbar .top-tools .tool-item {
- display: inline-block;
- padding: 0 10px;
- cursor: pointer;
- height: 46px;
- line-height: 46px;
- }
- .top-toolbar .top-tools .tool-item.tool-item-line {
- padding: 0;
- margin-left: 10px;
- margin-right: 10px;
- display: inline-block;
- height: 60px;
- line-height: 24px;
- border-left: 1px solid #e6e6e6;
- }
- .top-toolbar .top-tools .tool-item .icon-ym {
- line-height: 40px;
- }
- .top-toolbar .top-tools .btn.btn-default {
- display: flex;
- align-items: flex-start;
- padding: 0 10px;
- height: 40px;
- position: relative;
- }
- .top-toolbar .top-tools .btn.btn-default.btn-arrow-down {
- padding: 0;
- margin-right: 10px;
- margin-left: 2px;
- position: relative;
- z-index: 10;
- }
- .top-toolbar .top-tools .btn.btn-default.btn-custom-left {
- padding: 0;
- margin-left: 10px;
- position: relative;
- z-index: 10;
- line-height: 40px;
- font-size: 16px;
- }
- .top-toolbar .top-tools .btn.btn-default .icon-ym {
- line-height: 40px;
- }
- .top-toolbar .top-tools .btn-group .btn.btn-default .icon-ym-report-icon-arrow-down {
- line-height: 35px;
- margin-left: 2px;
- margin-top: 4px;
- }
- .top-toolbar .options {
- width: 200px;
- text-align: right;
- }
- .top-right-btns {
- display: none;
- }
- .main-body {
- flex-grow: 1;
- overflow-y: auto;
- padding: 5px;
- height: calc(100vh - 60px);
- display: flex;
- flex-direction: column;
- }
- .main-tools {
- width: 100%;
- display: flex;
- align-items: center;
- /* flex: 60px 0 0;
- height: 60px;
- line-height: 60px; */
- background-color: #fff;
- border-bottom: 1px solid #dfe6ec;
- }
- .main-container {
- flex: 1 0 0;
- overflow-y: auto;
- padding: 10px 0 0 10px;
- display: flex;
- background-color: #fff;
- }
- .main-wrap {
- flex: 1 0 0;
- overflow-y: auto;
- }
- .handsontable table.htCore {
- border-collapse: collapse
- }
- .ud-toolbar {
- width: 100%;
- }
- .ud-property-panel .jnpf-property {
- height: calc(100vh - 100px);
- overflow: hidden auto;
- }
- .ud-select-color {
- background: #000000;
- position: absolute;
- width: 20px;
- height: 2px;
- display: block;
- left: 2px;
- bottom: 10px;
- border-radius: 1px;
- }
- .ud-select-bgcolor {
- position: absolute;
- background: #fff;
- width: 20px;
- height: 2px;
- display: block;
- left: 2px;
- bottom: 10px;
- border-radius: 1px;
- }
- .nav-tabs {
- display: flex;
- text-align: center;
- }
- .nav-tabs>li.active>a,
- .nav-tabs>li.active>a:focus,
- .nav-tabs>li.active>a:hover {
- border: none;
- background: none;
- color: #1890ff;
- border-bottom: 2px solid #1890ff;
- }
- .nav-tabs>li {
- float: none;
- color: #303133;
- width: 50%;
- }
- .nav-tabs>li>a {
- border: none;
- border-radius: 0;
- color: #303133;
- padding: 19px 15px;
- }
- .nav-tabs>li>a:hover {
- border: none;
- background-color: #fff;
- color: #1890ff;
- }
- .tab-pane .ud-toolbar {
- margin-top: 6px;
- padding-left: 6px;
- }
- /*数据源面板*/
- .datasource-pannel .btns {
- padding: 10px;
- }
- .datasource-pannel i.ureport {
- margin-right: 6px;
- font-size: 12px;
- }
- .datasource-pannel-tree {
- height: calc(100vh - 160px);
- overflow: hidden auto;
- }
- /*弹窗*/
- .data-report-modal {
- left: 50%;
- top: 50%;
- transform: translate(-50%, -50%);
- min-width: 50%;
- overflow: visible;
- bottom: inherit;
- right: inherit;
- }
- .modal-dialog {
- width: 600px;
- }
- .modal-dialog .modal-content {
- border-radius: 4px;
- box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
- }
- .modal-dialog .modal-header {
- padding: 0 20px;
- height: 56px;
- line-height: 56px;
- border-bottom: 1px solid #e8eaec;
- }
- .modal-dialog .modal-header .close {
- margin-top: 16px;
- opacity: 1;
- }
- .modal-dialog .modal-header .close i {
- font-weight: normal;
- font-size: 18px;
- color: #909399;
- line-height: normal;
- }
- .modal-dialog .modal-header .close:hover i {
- color: #1890ff;
- }
- .modal-dialog .modal-header .modal-title {
- height: 56px;
- line-height: 56px;
- }
- .modal-dialog .modal-body {
- padding: 20px 50px;
- min-height: 200px;
- }
- .modal-dialog .modal-body .data-formitm {
- padding: 20px 0 0;
- line-height: 30px;
- }
- .modal-dialog .modal-body .data-formitm .lab {
- float: left;
- width: 90px;
- margin-right: -90px;
- text-align: right;
- font-weight: normal;
- }
- .modal-dialog .modal-body .data-formitm .ipt {
- margin-left: 100px;
- }
- .modal-dialog .modal-body .data-formitm .ipt * {
- vertical-align: middle;
- }
- .modal-dialog .modal-body .row {
- padding-bottom: 10px;
- }
- .modal-dialog .modal-footer {
- border-top: 0;
- padding: 10px 20px 20px;
- }
- .dropdown-menu {
- padding: 10px 0;
- border: 1px solid #ebeef5;
- box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
- }
- .dropdown-menu>li>a {
- display: flex;
- align-items: center;
- }
- .dropdown-menu>li>a .icon-ym {
- margin-right: 10px;
- color: #666 !important;
- }
- .sql-dialog-sider {
- width: 260px;
- display: inline-block;
- vertical-align: top;
- height: 450px;
- overflow: hidden auto;
- }
- .sq-search-bar {
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-bottom: 10px;
- }
- .sq-search-bar .el-input__inner {
- display: inline-block;
- width: 188px;
- }
- .sql-dialog-sider .table {
- font-size: 12px;
- height: 200px;
- overflow: hidden;
- }
- .sql-dialog-main {
- display: inline-block;
- width: 580px;
- margin-left: 10px;
- height: 450px;
- overflow: hidden auto;
- }
- /*table*/
- .el-table th,
- .el-table td {
- padding: 8px;
- }
- .el-table th {
- font-weight: normal;
- font-size: 14px;
- background-color: #f5f7fa;
- }
- .el-table {
- table-layout: fixed;
- }
- .el-table {
- word-break: break-all;
- word-wrap: break-word;
- }
- .editTxt,
- .editTxt:hover {
- color: #409eff;
- text-decoration: none;
- }
- .delTxt,
- .delTxt:hover {
- color: #f56c6c;
- margin-left: 10px;
- text-decoration: none;
- }
- .el-input--small .report-icon {
- font-size: 14px;
- }
- .el-button--mini .report-icon {
- font-size: 14px;
- }
- .dialog-fieldset {
- padding: 10px;
- width: 280px;
- height: 398px;
- border-radius: 6px;
- display: inline-block;
- border: 1px solid #ddd;
- overflow-y: auto;
- overflow-x: hidden;
- }
- .dialog-fieldset-btn {
- display: inline-block;
- border: none;
- background-color: #fff;
- }
- .dialog-fieldset .form-group {
- padding: 0 10px;
- }
- .dialog-fieldset .form-group label {
- font-weight: 400;
- }
- .dialog-fieldset .form-group label input {
- margin-right: 5px;
- }
- .select-option {
- line-height: 60px;
- color: red;
- height: 60px;
- }
- .shortcut_keys {
- display: flex;
- height: 100%;
- justify-content: space-between;
- padding: 10px 20px;
- }
- .shortcut_keys_segmentation {
- margin: 0 auto;
- width: calc(100% - 40px);
- border-bottom: 1px solid #E3E6EB;
- }
- .shortcut_keys_left {
- color: #606266;
- }
- .shortcut_keys_right {
- color: #303133;
- }
|