Newer
Older
iris_temperature_front_gz / src / App.vue
IRIS on 25 May 2020 239 bytes 考勤系统接入
<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>