﻿.vue-draggable-handle {
    position: absolute;
    width: 100%;
    height: 51px;
    top: 0;
    left: 0;
    padding: 0 8px 8px 0;
    background-origin: content-box;
    background-color: #fff;
    box-sizing: border-box;
    /*opacity: 0.9;*/
    cursor: pointer;
    z-index: 9999;
    overflow: hidden;
}

.vue-grid-item.vue-grid-placeholder {
    background: #409eff !important;
}

.vue-grid-layout {
    /*background: #eee;*/
}

.vue-grid-item:not(.vue-grid-placeholder) {
 
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
 

}

.vue-grid-item .resizing {
    opacity: 0.9;
}

.vue-grid-item .static {
    background: #cce;
}


.vue-grid-item .minMax {
    font-size: 12px;
}

.vue-grid-item .add {
    cursor: pointer;
}

.vue-grid-item .content-item {
    width: 100%;
    height: 100%;
}

.droppable-element {
    width: 110px;
    height: 120px;
    display: inline-block;
    text-align: center;
    background: #fff;
   
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 5%);
    margin: 0px 10px;
    padding: 10px;
    position: relative;
}

.card {
    height: 135px;
}

.func-head {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 999;
}

.board-content-show {
    margin-top: 200px;
    padding-bottom: 60px;
}

.unit-thumbnail {
    width: 100%;
    height: 100%;
}

.unit-title {
    position: absolute;
    bottom: 0px;
    background-color: #1E9FFF;
    opacity: 0.5;
    color: #FFFFFF;
    left: 0px;
    width: 100%;
}

.func-tool {
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #FFFFFF;
    text-align: center;
    padding: 10px;
}


/*菜单*/

.menu-badge{
    position:absolute;
    top:0px;
    right:0px;
}