| | |
| | | <el-option v-for="(item,index) in regionList" :key="index" :label="item" :value="item"></el-option> |
| | | </el-select> |
| | | <el-button @click="querySearch()">查询</el-button> |
| | | <el-button>明细表</el-button> |
| | | <!-- <el-button>明细表</el-button>--> |
| | | </div> |
| | | <div class="echarts-chart"> |
| | | <div style="width:5rem;height:1.5rem;" ref="echarts"></div> |
| | |
| | | </script> |
| | | |
| | | <style scoped lang="less"> |
| | | .echarts-box { |
| | | .tab-scroll { |
| | | display: flex; |
| | | align-items: center; |
| | | justify-content: space-between; |
| | | |
| | | .time-select { |
| | | cursor: pointer; |
| | | padding: 5px; |
| | | border: 1px solid #2b87c8; |
| | | border-radius: 4px; |
| | | text-align: center; |
| | | color: #fff; |
| | | font-size: 11px; |
| | | width: 280px; |
| | | } |
| | | } |
| | | |
| | | .echarts-form { |
| | | height: 0.3rem; |
| | | line-height: 0.3rem; |
| | | |
| | | .demonstration { |
| | | color: #00fff6; |
| | | font-size: 12px; |
| | | margin-left: 10px; |
| | | } |
| | | |
| | | /deep/ .el-input__inner { |
| | | height: 0.15rem; |
| | | background-color: #2e4967; |
| | | color: #fff; |
| | | font-size: 12px; |
| | | padding: 0; |
| | | border-color: #00fff6; |
| | | text-align: center; |
| | | } |
| | | |
| | | .el-button { |
| | | margin: 0 15px; |
| | | width: 0.3rem; |
| | | height: 0.15rem; |
| | | display: inline-block; |
| | | background-color: #2e4967; |
| | | color: #fff; |
| | | font-size: 12px; |
| | | padding: 0; |
| | | border-color: #00fff6; |
| | | text-align: center; |
| | | } |
| | | } |
| | | |
| | | /deep/ .el-icon-time:before { |
| | | content: " "; |
| | | } |
| | | } |
| | | </style> |