app-default-tabexpview-layout.less 2.5 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99
.view-default.detabexpview.view-container {
  >.ivu-card >.ivu-card-head >.header-container {
    height: 48px;
    >.caption {
      position: absolute;
      top: 0;
      line-height: 48px;
      color: var(--view-font-color-bright);
      flex-shrink: 0;
      font-size: 14px;
      font-weight: 700;
    }
  }
  >.ivu-card.view-tabs-mode-default {
    >.ivu-card-head {
      min-height: 0px;
      height: 0px;
      border-bottom: none;
      >.header-container {
        min-height: 0px;
        height: 0px;
        >.caption {
          max-width: 120px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
        }
      } 
    }
    >.ivu-card-body {
      height: 100%;
      >.content-container {
        padding: 0;
      }
      >.content-container >.tabexppanel >.ivu-tabs {
        .ivu-tabs-bar .ivu-tabs-nav-container {
          padding-left: 120px;
          height: 48px;
        }
        .ivu-tabs-bar .ivu-tabs-nav-container .ivu-tabs-nav-wrap .ivu-tabs-nav-scroll .ivu-tabs-nav {
          height: 48px;
          line-height: 32px;
          .ivu-tabs-ink-bar {
            bottom: 0px;
          }
          .ivu-tabs-tab.ivu-tabs-tab-active {
            font-weight: 700;
          }
          .ivu-tabs-tab:hover {
            color: #2d8cf0 !important;
            span {
              border-color: #2d8cf0 !important;
            }
          }
        }
        >.ivu-tabs-content {
          height: calc(100% - 48px);
        }
        .tabviewpanel {
          >.deeditview {
            .view-card.view-no-caption {
              .toolbar-container {
                position: absolute;
                right: 0px;
                top: -50px;
              }
            }
          }
          >.view-default.viewcontainer2 {
            margin: 0;
            height: 100%;
            width: 100%;
            >.ivu-card {
              >.ivu-card-head {
                height: 0px;
                min-height: 0px;
                border-bottom: none;
                >.header-container {
                  .caption-container {
                    display: none;
                    visibility: hidden;
                  }
                  >.bar-container {
                    position: absolute;
                    right: 0px;
                    top: -50px;
                  }
                }
              }
              >.ivu-card-body {
                height: 100%;
              }
            }
          }
        }
      }
    }
  }
}