
/*table组件样式调整*/
.ui.vertical.stripe h3 {
    font-size: 2em;
}

.secondary.pointing.menu .toc.item {
    display: none;
}

.vuetable {
    margin-top: 1em !important;
}
.vuetable-wrapper.ui.basic.segment {
    padding: 0em;
}
.vuetable button.ui.button {
    padding: .5em .5em;
    font-weight: 400;
}
.vuetable button.ui.button i.icon {
    margin: 0;
}
.vuetable th.sortable:hover {
    color: #2185d0;
    cursor: pointer;
}
.vuetable-actions, .custom-action {
    width: 15%;
    padding: 12px 0px;
    text-align: center;
}
.vuetable-pagination {
    background: white !important;
}
.vuetable-pagination-info {
    margin-top: auto;
    margin-bottom: auto;
}
[v-cloak] {
    display: none;
}
.highlight {
    background-color: yellow;
}
.vuetable-detail-row {
    height: 200px;
}
.detail-row {
    margin-left: 40px;
}
.expand-transition {
    transition: all .5s ease;
}
.expand-enter, .expand-leave {
    height: 0;
    opacity: 0;
}
tr.odd {
    background-color: #e6f5ff;
}
body {
    overflow-y: scroll;
}

/*处理详情的css*/
.noshowline .ui.table tr td{border-top:0px solid rgba(34,36,38,.1)}
.showline  .ui.table tr td{border-top:1px solid rgba(34,36,38,.1)}
.vuetable-detail-row>td {
    border-bottom: 1px solid rgba(34,36,38,.1);
}
.ui.striped.table tbody tr:nth-child(2n), .ui.striped.table>tr:nth-child(2n) {
    background-color: white;
}
.ui.celled.table tr td, .ui.celled.table tr th {
     border-left: 0px solid rgba(34,36,38,.1);
}
.table > thead > tr > th, .jsgrid-table > thead > tr > th, .table > tfoot > tr > th, .jsgrid-table > tfoot > tr > th {
    border-bottom: 1px solid rgba(33, 33, 33, 0.1) !important;
}




