| | |
| | | $color-dark: #05336A; |
| | | $color-grey:#8E8E8E; |
| | | $color-darkGrey:#111111; |
| | | |
| | | |
New file |
| | |
| | | @mixin overflow-y($h) { |
| | | max-height: $h; |
| | | overflow-y: auto; |
| | | touch-action: pan-y; |
| | | -webkit-overflow-scrolling: touch; |
| | | } |
| | |
| | | </script> |
| | | <style lang="scss" scoped> |
| | | @import "../../../assets/css/base"; |
| | | @import "../../../assets/css/mixin"; |
| | | .index-wrap{ |
| | | width: 100%; |
| | | height: 100%; |
| | |
| | | |
| | | } |
| | | .shuju-scroll{ |
| | | height: 28rem /* 280/10 */; |
| | | overflow-y: auto; |
| | | @include overflow-y(28rem) |
| | | } |
| | | .shuju-table-line2{ |
| | | width: 100%; |
| | |
| | | <h1>毕业生统计</h1> |
| | | </div> |
| | | </el-menu-item> |
| | | <el-menu-item> |
| | | <el-menu-item index="/zhiyePeixun"> |
| | | <div class="menu-left-block"> |
| | | <h1>职业培训</h1> |
| | | </div> |
| | |
| | | </style> |
| | | <style lang="scss" scoped> |
| | | @import "../../../assets/css/base"; |
| | | @import "../../../assets/css/mixin"; |
| | | .jiuyeAndChuangye-wrap{ |
| | | width: 100%; |
| | | padding: 2rem; |
| | |
| | | flex: 1; |
| | | padding: 0 2rem /* 20/10 */; |
| | | box-sizing: border-box; |
| | | @include overflow-y(140rem) |
| | | } |
| | | } |
| | | |
| | |
| | | .biyeshengStatistics-wrap{ |
| | | width: 100%; |
| | | height: 100%; |
| | | overflow-y: auto; |
| | | .biyeshengStatistics-table{ |
| | | width: 100%; |
| | | border: 1px solid $color-grey; /*no*/ |
| | |
| | | } |
| | | tbody{ |
| | | background-color: #CEF2FF; |
| | | height: 100rem; |
| | | overflow-y: auto; |
| | | tr{ |
| | | height: 5.2rem; |
| | | } |
New file |
| | |
| | | <template> |
| | | <div class="zhiyePeixun-wrap"> |
| | | |
| | | </div> |
| | | </template> |
| | | |
| | | <script> |
| | | export default { |
| | | name: "zhiyePeixun" |
| | | } |
| | | </script> |
| | | |
| | | <style lang="css" scoped> |
| | | |
| | | </style> |
| | |
| | | </script> |
| | | |
| | | <style lang="scss"> |
| | | @import "../../../../assets/css/base"; |
| | | .shehuiBaoxian-table{ |
| | | .el-table tr{ |
| | | background-color: #CEF2FF; |
| | |
| | | .el-table__body tr.hover-row.current-row>td.el-table__cell, .el-table__body tr.hover-row.el-table__row--striped.current-row>td.el-table__cell, .el-table__body tr.hover-row.el-table__row--striped>td.el-table__cell, .el-table__body tr.hover-row>td.el-table__cell{ |
| | | background: transparent; |
| | | } |
| | | .el-table .cell{ |
| | | font-size: $fontSize-28; |
| | | color: $color-darkGrey; |
| | | font-weight: 300; |
| | | line-height: 1; |
| | | } |
| | | } |
| | | </style> |
| | | <style lang="scss" scoped> |
| | |
| | | import( |
| | | "@/pages/show/jiuyeAndChuangye/jiuyeChildren/biyeshengStatistics.vue" |
| | | ) |
| | | }, |
| | | { |
| | | path: "/zhiyePeixun", |
| | | meta: { title: "职业培训"}, |
| | | name: "zhiyePeixun", |
| | | component: () => |
| | | import( |
| | | "@/pages/show/jiuyeAndChuangye/jiuyeChildren/zhiyePeixun.vue" |
| | | ) |
| | | } |
| | | ] |
| | | }, |