123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937 |
- @import "~assets/less/variable";
- .workbench {
- background-color: @body-bg;
- font-size: 12px;
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- display: flex;
- flex-direction: column;
- .header {
- flex-shrink: 0;
- }
- .body {
- position: relative;
- min-height: 0;
- flex: 1;
- display: flex;
- flex-direction: row;
- .operatingPanel {
- flex: 1;
- display: flex;
- flex-direction: row;
- min-width: 0;
- .model {
- flex: 9;
- background-color: @light-bg;
- display: flex;
- flex-direction: column;
- min-width: 0;
- }
- .config {
- flex: 11;
- width: 241px;
- background-color: @white;
- border-left: 1px solid @border-color-base;
- box-shadow: @left-side-box-shadow;
- display: flex;
- flex-direction: column;
- }
- }
- .viewPanel {
- flex: 1;
- min-width: 0;
- padding: 16px;
- display: flex;
- flex-direction: column;
- .widgetBlock {
- flex: 1;
- background-color: @white;
- padding: 16px;
- box-shadow: @block-box-shadow;
- display: flex;
- flex-direction: column;
- min-height: 0;
- }
- }
- }
- }
- .viewSelect {
- padding: 8px;
- line-height: 24px;
- :global {
- .ant-select {
- width: 100%;
- }
- .ant-select-selection {
- background: none !important;
- border: none !important;
- box-shadow: none !important;
- }
- }
- }
- .columnContainer {
- min-height: 0;
- border-top: 1px solid @border-color-base;
- list-style-type: none;
- flex: 1;
- display: flex;
- flex-direction: column;
- .title {
- flex-shrink: 0;
- display: flex;
- align-items: center;
- padding: 0 8px;
- margin-top: 4px;
- h4 {
- flex: 1;
- color: @light-text-color;
- line-height: 30px;
- }
- }
- .columnList {
- flex: 1;
- overflow-y: auto;
- li {
- padding: 0 8px;
- line-height: 24px;
- display: flex;
- flex-direction: row;
- cursor: pointer;
- &:hover {
- i {
- color: @text-color;
- }
- .more{
- display: block;
- }
- }
- i {
- width: 36px;
- font-size: 0.8em;
- text-align: center;
- flex-shrink: 0;
- }
- .more{
- display: none;
- }
- .iconDate {
- font-size: 1.75em;
- }
- p {
- flex: 1;
- .ellipsis;
- }
- }
- }
- }
- .categories {
- li {
- &:hover {
- background-color: lighten(@primary-color, 30%);
- }
- i {
- color: @primary-color;
- }
- }
- .computed {
- &:hover {
- background-color: lighten(orange, 30%);
- }
- i {
- color: orange;
- }
- }
- }
- .values {
- li {
- &:hover {
- background-color: lighten(@light-green, 30%);
- }
- i {
- color: @light-green;
- }
- }
- .computed {
- &:hover {
- background-color: lighten(orange, 30%);
- }
- i {
- color: orange;
- }
- }
- }
- .mode {
- flex-shrink: 0;
- height: 36px;
- padding-top: 8px;
- display: flex;
- flex-direction: row;
- justify-content: center;
- align-items: center;
- .radio {
- font-size: 12px;
- .selected {
- color: @disabled-text-color;
- }
- }
- }
- .charts {
- padding: 0 5px 4px 4px;
- border-bottom: 1px solid @border-color-base;
- flex-shrink: 0;
- display: flex;
- flex-flow: row wrap;
- i {
- width: 33px;
- height: 33px;
- border: 1px solid transparent;
- border-radius: 2px;
- font-size: 1.8em;
- color: @disabled-icon-color;
- text-align: center;
- line-height: 33px;
- cursor: pointer;
- &:hover {
- background-color: @body-bg;
- }
- &.enabled {
- color: @primary-color;
- }
- &.multipleSelect {
- border-bottom-color: @primary-color;
- border-bottom-style: dashed;
- }
- &.selected {
- border-bottom-color: @primary-color;
- border-bottom-style: solid;
- &:hover {
- background-color: transparent;
- }
- }
- }
- }
- .manualQuery {
- flex-shrink: 0;
- height: 48px;
- background-color: @light-bg;
- border-bottom: 1px solid @border-color-base;
- font-size: 1.08em;
- user-select: none;
- cursor: pointer;
- display: flex;
- justify-content: center;
- align-items: center;
- &:hover {
- background-color: lighten(@primary-color, 40%);
- }
- &:active {
- background-color: lighten(@primary-color, 30%);
- }
- i {
- font-size: 1.5em;
- margin-right: 4px;
- }
- }
- .params {
- min-height: 0;
- flex: 1;
- display: flex;
- flex-direction: column;
- .paramsTab {
- border-bottom: 1px solid @border-color-base;
- flex-shrink: 0;
- display: flex;
- flex-direction: row;
- li {
- padding: 0 16px;
- margin-top: 2px;
- font-size: 1.08em;
- line-height: 24px;
- color: @light-text-color;
- position: relative;
- bottom: -1px;
- cursor: pointer;
- &.selected {
- color: @primary-color;
- border-bottom: 2px solid @primary-color;
- }
- }
- }
- .paramsPane {
- flex: 1;
- position: relative;
- overflow-y: auto;
- &.dropPane {
- padding: 4px 8px;
- }
- .paneBlock {
- padding: 8px;
- border-bottom: 1px solid @border-color-base;
- &:first-child {
- padding-top: 4px;
- }
- h4 {
- margin-top: 4px;
- color: @light-text-color;
- line-height: 18px;
- font-weight: bold;
- display: flex;
- flex-direction: row;
- align-items: center;
- span {
- flex: 1;
- }
- i:hover {
- cursor: pointer;
- }
- i + i {
- margin-left: 8px;
- }
- }
- .blockBody {
- }
- .blockRow {
- height: 32px;
- }
- .blockElm {
- width: 100%;
- }
- .addVariable {
- text-align: right;
- cursor: pointer;
- &:hover {
- color: @primary-color;
- }
- }
- }
- .toggleRowsAndCols {
- right: 10px;
- }
- .switchRowsAndCols {
- right: 90px;
- }
- .toggleRowsAndCols,
- .switchRowsAndCols {
- position: absolute;
- top: 8px;
- font-weight: bold;
- color: @disabled-text-color;
- z-index: 1;
- cursor: pointer;
- &:hover {
- color: @light-text-color;
- }
- i {
- font-size: 1.125em;
- }
- }
- :global(.ant-select),
- :global(.ant-radio-group),
- :global(.ant-checkbox-wrapper),
- :global(.ant-input-number) {
- font-size: 12px;
- }
- :global(.ant-select-selection--single),
- :global(.ant-input-number) {
- height: 28px;
- }
- :global(.ant-select-selection--multiple) {
- min-height: 28px;
- padding-bottom: 2px;
- }
- :global(.ant-select-selection--multiple > ul > li),
- :global(.ant-select-selection--multiple .ant-select-selection__rendered > ul > li) {
- margin-top: 2px;
- height: 22px;
- line-height: 20px;
- }
- :global(.ant-input-number-input) {
- height: 26px;
- }
- :global(.ant-select-selection__rendered){
- line-height: 26px;
- }
- }
- }
- .dropbox {
- .title {
- margin-top: 4px;
- color: @light-text-color;
- line-height: 18px;
- font-weight: bold;
- position: relative;
- .setting {
- position: absolute;
- right: 2px;
- top: 0;
- color: @disabled-text-color;
- cursor: pointer;
- &:hover {
- color: @light-text-color;
- }
- }
- }
- .dropContainer {
- min-height: 54px;
- padding: 4px;
- border: 1px dashed @border-color-base;
- border-radius: 2px;
- line-height: 22px;
- position: relative;
- transition: all 100ms ease;
- display: flex;
- flex-flow: row wrap;
- align-items: center;
- .dropboxContent {
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- color: @disabled-text-color;
- display: flex;
- justify-content: center;
- align-items: center;
- cursor: pointer;
- i {
- margin-right: 4px;
- }
- }
- &.dragOver {
- border-color: transparent;
- }
- .mask {
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- display: none;
- &.onTop {
- border-radius: 2px;
- display: block;
- &.category {
- background-color: fade(@primary-color, 20);
- }
- &.value {
- background-color: fade(@light-green, 20);
- }
- }
- &.enter {
- border: 1px dashed;
- &.category {
- border-color: @primary-color;
- }
- &.value {
- border-color: @light-green;
- }
- }
- }
- }
- }
- .dropItem {
- width: 100%;
- background-color: transparent;
- padding: 2px;
- flex-shrink: 0;
- .dropItemContent {
- padding: 0 24px;
- border-radius: 3px;
- color: @white;
- text-align: center;
- line-height: 22px;
- position: relative;
- cursor: pointer;
- .ellipsis;
- &.category {
- background-color: lighten(@primary-color, 5%);
- border: 1px solid lighten(@primary-color, 5%);
- }
- &.value {
- background-color: lighten(@light-green, 5%);
- border: 1px solid lighten(@light-green, 5%);
- }
- &.add {
- background-color: @white;
- border: 1px dashed @border-color-base;
- color: @light-text-color;
- }
- &.dragging {
- position: relative;
- z-index: 1;
- }
- &.dragged {
- transform: translateX(-9999px);
- }
- .sort {
- font-size: 1.08em;
- }
- .remove {
- position: absolute;
- top: 5px;
- right: 4px;
- color: @white;
- font-size: 1.125em;
- display: none;
- }
- .chart {
- width: 23px;
- height: 23px;
- line-height: 23px;
- position: absolute;
- top: 0;
- left: 2px;
- color: @white;
- font-size: 1.5em;
- }
- &:hover {
- .remove {
- display: block;
- }
- }
- }
- }
- .chartSelectorList {
- background-color: @white;
- border: 1px solid @border-color-base;
- border-radius: 2px;
- .item {
- width: 28px;
- height: 28px;
- border-bottom: 1px solid @border-color-base;
- display: flex;
- justify-content: center;
- align-items: center;
- cursor: pointer;
- &:hover {
- background-color: @light-bg;
- }
- &:last-child {
- border-bottom: 0;
- }
- }
- .icon {
- color: @primary-color;
- font-size: 1.5em;
- }
- }
- .valueDropDown {
- li:hover,
- li > div:hover {
- background-color: color(~`colorPalette("@{light-green}", 1)`);
- }
- }
- .colorPanel {
- height: 310px;
- margin: -8px -16px;
- display: flex;
- flex-direction: row;
- .tabs {
- max-width: 96px;
- padding: 2px 0;
- flex-shrink: 0;
- overflow-y: auto;
- li {
- padding: 2px 8px;
- color: @light-text-color;
- font-weight: bold;
- line-height: 2em;
- text-align: right;
- cursor: pointer;
- .ellipsis;
- &:hover {
- background-color: color(~`colorPalette("@{primary-color}", 1)`);
- }
- &.selected {
- background-color: @light-bg;
- border-right: 2px solid @primary-color;
- color: @primary-color;
- }
- }
- }
- .picker {
- flex: 1;
- border-left: 1px solid @border-color-base;
- }
- :global(.sketch-picker) {
- box-shadow: none !important;
- }
- }
- .colorSettingForm {
- display: flex;
- flex-direction: column;
- .header {
- flex-shrink: 0;
- padding: 8px 0;
- border-bottom: 1px solid @border-color-base;
- h4 {
- margin-bottom: 8px;
- }
- }
- .body {
- flex: 1;
- max-height: 290px;
- display: flex;
- flex-direction: row;
- .list {
- width: 128px;
- padding: 4px 0;
- border-right: 1px solid @border-color-base;
- flex-shrink: 0;
- overflow-y: auto;
- li {
- padding: 4px 8px 4px 32px;
- color: @light-text-color;
- font-weight: bold;
- line-height: 2em;
- position: relative;
- cursor: pointer;
- .ellipsis;
- .icon {
- width: 20px;
- height: 20px;
- border-radius: 50%;
- position: absolute;
- top: 6px;
- left: 4px;
- }
- &:hover {
- background-color: color(~`colorPalette("@{primary-color}", 1)`);
- }
- &.selected {
- background-color: @light-bg;
- border-right: 2px solid @primary-color;
- color: @primary-color;
- }
- }
- }
- .picker {
- flex: 1;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- :global(.sketch-picker) {
- box-shadow: none !important;
- }
- }
- .footer {
- margin-top: 16px;
- text-align: right;
- button {
- margin-left: 8px;
- }
- }
- }
- .actOnSettingForm {
- .footer {
- margin-top: 8px;
- text-align: right;
- button {
- margin-left: 8px;
- }
- }
- }
- .fieldSettingForm {
- .footer {
- margin-top: 16px;
- text-align: right;
- button {
- margin-left: 8px;
- }
- }
- }
- .filterSettingForm {
- .header {
- height: 40px;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .valueBlock {
- padding: 16px 0;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .footer {
- margin-top: 8px;
- text-align: right;
- button {
- margin-left: 8px;
- }
- }
- .conditionalBlock {
- padding: 16px 0;
- }
- .dateBlock {
- padding-bottom: 16px;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- }
- }
- .conditionalFilterPanel {
- height: 240px;
- }
- .conditionalFilterForm {
- width: 100%;
- height: 100%;
- overflow: auto;
- .empty {
- width: 100%;
- height: 100%;
- display: flex;
- justify-content: center;
- align-items: center;
- cursor: pointer;
- }
- .filterBlock {
- flex-shrink: 0;
- display: flex;
- flex-direction: row;
- align-items: center;
- }
- .filterRel {
- width: 88px;
- margin: 0 5px;
- flex-shrink: 0;
- position: relative;
- &:after{
- width: 10px;
- height: 0;
- border-top: 1px solid @primary-color;
- position: absolute;
- top: 50%;
- right: -10px;
- content: '';
- }
- }
- .filterList {
- padding-left: 5px;
- margin-left: 5px;
- border-left: 1px solid @primary-color;
- display: flex;
- flex-direction: column;
- }
- .filterItem {
- padding: 4px 0;
- display: flex;
- flex-direction: row;
- align-items: center;
- position: relative;
- & > *:not(.filterBlock) {
- margin: 0 4px;
- }
- &:before {
- width: 10px;
- height: 0;
- border-top: 1px solid @primary-color;
- position: absolute;
- top: 50%;
- left: -5px;
- content: '';
- }
- &.root:before {
- width: 0;
- display: none;
- }
- &.noPadding {
- padding: 0;
- }
- &:first-child,
- &:last-child {
- &:after {
- width: 3px;
- background-color: @white;
- position: absolute;
- left: -7px;
- content: '';
- }
- }
- &:first-child {
- &:after {
- height: 50%;
- top: 0;
- }
- }
- &:last-child {
- &:after {
- height: 50%;
- bottom: -1px;
- }
- }
- }
- .filterFormItem {
- margin-bottom: 0;
- .inputNumber {
- width: 100%;
- }
- }
- .filterFormKey {
- padding-left: 8px;
- font-weight: bold;
- }
- .filterFormOperator {
- min-width: 60px;
- }
- .filterFormInput {
- width: 100px;
- }
- }
- .dateFilterRadios {
- .radio {
- line-height: 2.5em;
- }
- }
- .sizePanel {
- min-width: 120px;
- max-width: 256px;
- }
- .errorMessage {
- max-width: 640px;
- max-height: 480px;
- overflow-y: auto;
- }
|