| | |
| | | <template> |
| | | <div id="app"> |
| | | <router-view/> |
| | | <router-view /> |
| | | </div> |
| | | </template> |
| | | |
| | |
| | | }, |
| | | computed: {}, |
| | | watch: {}, |
| | | created() { |
| | | }, |
| | | created() {}, |
| | | methods: {} |
| | | } |
| | | </script> |
| | | <style lang="scss"> |
| | | #app { |
| | | width: 100%; |
| | | height: 100%; |
| | | overflow: hidden; |
| | | } |
| | | #app { |
| | | width: 100%; |
| | | height: 100%; |
| | | overflow: hidden; |
| | | } |
| | | /* 全局模态框样式 */ |
| | | .el-dialog__header,.el-message-box__header { |
| | | box-sizing: border-box; |
| | | height: 56px; |
| | | border-bottom: 1px solid rgb(238, 238, 238); |
| | | padding: 0px; |
| | | display: flex; |
| | | align-items: center; |
| | | } |
| | | .el-dialog__header::before { |
| | | content: ""; |
| | | display: inline-block; |
| | | width: 4px; |
| | | height: 30.24px; |
| | | background: #875a7b; |
| | | border-radius: 10px; |
| | | margin-left: 32px; |
| | | margin-right: 8.5px; |
| | | } |
| | | </style> |