<template> <div id="app"> <router-view/> </div> </template> <script> export default { name: 'App' } </script> <style rel="stylesheet/scss" lang="scss"> body .el-table th.gutter{ display: table-cell!important; } </style>