| | |
| | | |
| | | <script> |
| | | export default { |
| | | name: 'App', |
| | | name: "App", |
| | | created() { |
| | | // const changeFavicon = link => { |
| | | // let $favicon = document.querySelector('link[rel="icon"]'); |
| | |
| | | // let icon = '../../../../../static/img/heisur/logo.png'; // 图片地址 |
| | | // changeFavicon(icon); // 动态修改网站图标 |
| | | } |
| | | } |
| | | }; |
| | | </script> |
| | | <style> |
| | | /* @import url("../static/img/alifont/iconfont.css"); */ |
| | | @import url("//at.alicdn.com/t/c/font_4179845_enf3r8ak8d.css"); |
| | | @import url("//at.alicdn.com/t/c/font_4179845_lomzsmcvwfg.css"); |
| | | |
| | | * { |
| | | margin: 0; |
| | |
| | | opacity: 1 !important; |
| | | } |
| | | |
| | | .el-select-dropdown__item span,.el-cascader-node__label{ |
| | | .el-select-dropdown__item span, |
| | | .el-cascader-node__label { |
| | | font-size: 0.8rem; |
| | | } |
| | | |
| | |
| | | /**滚动条的宽度*/ |
| | | ::-webkit-scrollbar { |
| | | width: 8px; |
| | | |
| | | } |
| | | ::-webkit-scrollbar-thumb { |
| | | background-color: #bdbfc4; |
| | |
| | | /* 全局表格样式 */ |
| | | .el-table th.el-table__cell , |
| | | .has-gutter .el-table__cell { |
| | | background-color: #F0F1F5 !important; |
| | | background-color: #f0f1f5 !important; |
| | | color: #333; |
| | | } |
| | | .has-gutter .el-table__cell .cell { |
| | |
| | | font-weight: 500; |
| | | } |
| | | .el-pager .number.active { |
| | | background-color: #004EA2; |
| | | background-color: #004ea2; |
| | | color: #fff; |
| | | border: 0; |
| | | } |
| | |
| | | align-items: center; |
| | | } |
| | | .el-dialog__header::before{ |
| | | content: ''; |
| | | content: ""; |
| | | display: inline-block; |
| | | width: 4px; |
| | | height: 30.24px; |
| | |
| | | } |
| | | |
| | | .el-button--primary{ |
| | | background: #004EA2; |
| | | background: #004ea2; |
| | | } |
| | | |
| | | .el-dialog__body{ |