|  |  | 
 |  |  | <template> | 
 |  |  |   <div class="table-layout"> | 
 |  |  |     <!-- 头部 --> | 
 |  |  |     <!-- <div v-if="withBreadcrumb" class="table-header"> | 
 |  |  |     <div v-if="withBreadcrumb" class="table-header"> | 
 |  |  |       <el-breadcrumb separator="/"> | 
 |  |  |         <el-breadcrumb-item v-for="path in paths" :key="path">{{path}}</el-breadcrumb-item> | 
 |  |  |       </el-breadcrumb> | 
 |  |  |     </div> --> | 
 |  |  |     </div> | 
 |  |  |     <Profile :roles="roles" :permissions="permissions"> | 
 |  |  |       <!-- 搜索表单部分 --> | 
 |  |  |       <div class="table-search-form"> | 
 |  |  | 
 |  |  | @import "@/assets/style/variables.scss"; | 
 |  |  | .table-layout { | 
 |  |  |   height: 100%; | 
 |  |  |   // height: 600px; | 
 |  |  |   overflow: scroll; | 
 |  |  |   scrollbar-width: none; /* firefox */ | 
 |  |  |   -ms-overflow-style: none; /* IE 10+ */ | 
 |  |  |   &::-webkit-scrollbar { | 
 |  |  |     display: none; /* Chrome Safari */ | 
 |  |  |   } | 
 |  |  |   display: flex; | 
 |  |  |   flex-direction: column; | 
 |  |  |   .not-allow-wrap { | 
 |  |  | 
 |  |  |   .table-wrap { | 
 |  |  |     padding: 16px 16px 0 16px; | 
 |  |  |     background: #fff; | 
 |  |  |     min-width: 800px; | 
 |  |  |     overflow: hidden; | 
 |  |  |     // 工具栏 | 
 |  |  |     .toolbar { | 
 |  |  |       border-bottom: 1px solid #eee; |