| | |
| | | isActive: false, |
| | | isMenuLayer: true, |
| | | openEcharts: false, |
| | | filterText: '', |
| | | filterText: "", |
| | | } |
| | | }, |
| | | |
| | |
| | | <style lang="scss" scoped> |
| | | .project_tree { |
| | | margin: 0; |
| | | width: 300px; |
| | | width: 100%; |
| | | height: 100%; |
| | | transition: width 2s; |
| | | background: url("~@/assets/img/Screen/prjectree.png") no-repeat center; |
| | |
| | | font-size: 20px; |
| | | width: 130px; |
| | | text-align: center; |
| | | padding-top: 10px; |
| | | font-weight: bold; |
| | | width: 140px; |
| | | padding-top: 15px; |
| | | color: #fff; |
| | | background: linear-gradient( |
| | | 0deg, |
| | | rgba(81, 192, 243, 0.65) 0%, |
| | | rgba(255, 255, 255, 0.65) 86% |
| | | ); |
| | | -webkit-background-clip: text; |
| | | font-size: 17.5px; |
| | | font-family: HYLingXinJ, HYLingXinJ-regular; |
| | | font-weight: normal; |
| | | letter-spacing: 1.05px; |
| | | } |
| | | .el-input { |
| | | width: 80%; |