.design-view-tab{.diagram-div {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;

    .view-tab-title {
        width: 100%;
        overflow: hidden;
        background: #f4f4f4;
        height: 28px;
        position: relative;

        ul,
        li {
            margin: 0;
            padding: 0;
            list-style: none;
        }

        ul.title-ul,
        .title-ul li {
            height: 100%;
        }

        ul.title-ul {
            white-space: nowrap;
            position: absolute;
            left: 0;
            transition: left 0.5s ease-in-out;
        }

        .title-ul li {
            display: inline-block;
            cursor: pointer;
            line-height: 28px;
            padding: 0 5px
        }

        .removeTabBtn {
            width: 14px;
            height: 14px;
            border: none;
            top: 5px;
            right: 0;
            background: url("/assets/common/images/configure/toolbar.png") -150px -158px;
            color: transparent;
        }

        .tabsIcon {
            display: inline-block;
            width: 14px;
            height: 16px;
            position: relative;
            top: 2px;
            background: url("/assets/common/images/configure/toolbar.png") -123px -158px;
        }

        .pageTabs-default-web-icon {
            background-position: -94px -158px;
        }

        .pageTabs-default-app-icon {
            background-position: -122px -158px;
        }

        .pageTabs-startup-web-icon {
            background-position: -80px -158px;
        }

        .pageTabs-startup-app-icon {
            background-position: -108px -158px;
        }

        .pageTabs-thumbnail-icon {
            background-position: -136px -158px;
        }

        .title-ul li:hover .removeTabBtn {
            background-position: -150px -158px;
        }

        .title-ul .title-ul li:hover .removeTabBtn:hover {
            background-position: -164px -158px;
        }

        .title-ul li:hover {
            background: #eee;
        }

        .title-ul li.active {
            background: #ddd;
        }
    }

    .view-tab-content {
        overflow: hidden;
    }
}

.popview-thumbnail-icon.tabsIcon {
    background: url('/assets/common/images/configure/toolbar.png');
    background-position: -80px -174px;
}

.more-button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;

    button {
        background: #f4f4f4;
        border: 0;
        width: 28px;
        height: 28px;
        cursor: pointer;
    }

    .dropdown-menu {
        right: 0;
        border-radius: 0;
        padding: 0;

        hr {
            margin: 5px 0;
        }
    }

    .dropdown-menu>li>a {
        font-size: 12px;
        padding: 2px 5px;
        color: #666;
        line-height: 24px;
    }

    .dropdown-menu>li>a:hover {
        background: #dae8ff;
    }

    .view-list-title {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 2px 5px;
        cursor: pointer;
        font-size: 12px;
        line-height: 24px;
        color: #666;
    }

    .view-list-title:hover {
        background: #dae8ff;
    }

    .more {
        transform: rotateZ(-90deg);

        .fcloud-left {
            margin-top: 0;
        }

        .fcloud-left:before {
            color: #A0A2AD;
        }

    }

    .view-list {
        max-height: 200px;
        overflow: hidden auto;
    }
}
}