| | |
| | | }; |
| | | </script> |
| | | <style> |
| | | /* @import url("../static/img/alifont/iconfont.css"); */ |
| | | @import url("//at.alicdn.com/t/c/font_4379269_qfsjed5hzge.css"); |
| | | @import url("../static/alifont/iconfont.css"); |
| | | /* @import url("//at.alicdn.com/t/c/font_4379269_2wteluxhkyd.css"); */ |
| | | |
| | | * { |
| | | margin: 0; |
| | |
| | | .el-popper .popper__arrow { |
| | | display: none; |
| | | } |
| | | |
| | | /**修改全局的滚动条*/ |
| | | /**滚动条的宽度*/ |
| | | ::-webkit-scrollbar { |
| | | width: 8px; |
| | | height: 8px; |
| | | } |
| | | |
| | | ::-webkit-scrollbar-thumb { |
| | | background-color: #bdbfc4; |
| | | border-radius: 3px; |
| | | } |
| | | |
| | | /* 全局表格样式 */ |
| | | .el-table th.el-table__cell, |
| | | .has-gutter .el-table__cell { |
| | | background-color: #F0F1F5 !important; |
| | | color: #333; |
| | | } |
| | | |
| | | .has-gutter .el-table__cell .cell { |
| | | font-size: 14px !important; |
| | | font-weight: 500; |
| | | } |
| | | |
| | | .cell { |
| | | color: #333; |
| | | padding: 0 17px !important; |
| | | font-size: 12px; |
| | | } |
| | | |
| | | .cell span { |
| | | font-size: 12px; |
| | | font-weight: 400; |
| | | } |
| | | |
| | | .el-table .el-table__cell{ |
| | | padding: 0px 0; |
| | | padding: 0 0; |
| | | } |
| | | |
| | | .el-table .el-table__row { |
| | | height: 41px; |
| | | } |
| | | |
| | | .el-table th.el-table__cell > .cell { |
| | | font-size: 14px; |
| | | font-weight: 400; |
| | | color: #333; |
| | | padding: 6px 17px !important; |
| | | } |
| | | |
| | | /* 全局分页器样式 */ |
| | | .el-pager .number { |
| | | font-size: 14px; |
| | |
| | | color: #999; |
| | | font-weight: 500; |
| | | } |
| | | |
| | | .el-pager .number.active { |
| | | background-color: #3A7BFA; |
| | | color: #fff; |
| | | border: 0; |
| | | } |
| | | |
| | | .el-pager li.active+li{ |
| | | border-left: 10px !important; |
| | | } |
| | | |
| | | /* 全局模态框样式 */ |
| | | .el-dialog__header,.el-message-box__header { |
| | | .el-dialog__header, |
| | | .el-message-box__header { |
| | | box-sizing: border-box; |
| | | height: 56px; |
| | | border-bottom: 1px solid rgb(238, 238, 238); |
| | |
| | | display: flex; |
| | | align-items: center; |
| | | } |
| | | |
| | | .el-dialog__header::before { |
| | | content: ""; |
| | | display: inline-block; |
| | |
| | | color: #666 !important; |
| | | background-color: rgba(0, 0, 0, 0.05) !important; |
| | | } |
| | | |
| | | .el-divider{ |
| | | margin: 5px 0; |
| | | margin: 10px 0; |
| | | } |
| | | |
| | | .required-span{ |
| | | color: red; |
| | | } |
| | | |
| | | /* 全局输入框样式 */ |
| | | /* 全局按钮样式 */ |
| | | </style> |