| | |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="16"> |
| | | <basic-container style="height: 560px"> |
| | | <el-col :span="16" style="height: 560px"> |
| | | <basic-container> |
| | | <el-collapse v-model="activeNames" @change="handleChange"> |
| | | <el-collapse-item name="1" title="欢迎使用PLT-WEB平台"> |
| | | <div> |
| | |
| | | </el-collapse> |
| | | </basic-container> |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-col :span="8" style="height: 560px"> |
| | | <el-row> |
| | | <basic-container> |
| | | <div class="el-font-size"> |
| | | |
| | | <span>产品名称</span> |
| | | <el-divider direction="vertical"/> |
| | | <span><el-tag>PLT-WEB平台</el-tag></span> |
| | |
| | | </div> |
| | | </basic-container> |
| | | <basic-container> |
| | | <v-chart id="chart" :auto-resize="true" :options="chartOptions"></v-chart> |
| | | <div style="height: 309px"> |
| | | <v-chart id="chart" :auto-resize="true" :options="chartOptions"></v-chart> |
| | | </div> |
| | | </basic-container> |
| | | </el-row> |
| | | |
| | |
| | | .avue-text-ellipsis__text { |
| | | font-size: 14px !important; |
| | | } |
| | | |
| | | #chart { |
| | | width: 100%; |
| | | height: 309px; |
| | | } |
| | | </style> |
| | | |