| | |
| | | <div>暂无数据</div> |
| | | </div> |
| | | </div> |
| | | <div> |
| | | <div v-if="!isshowempty"> |
| | | <el-button-group> |
| | | <el-button @click="changeTabGongwei(item)" :type="btnGongweiListActive == item.id ? 'primary' : ''" v-for="item in btnGongweiList" :key="item.id" size="small">{{item.name }}</el-button> |
| | | </el-button-group> |
| | |
| | | import recordChartsByWorkstation from './components/recordChartsByWorkstation.vue'; |
| | | export default { |
| | | components: { |
| | | time: "", |
| | | MYTree, |
| | | recordChartsByDate, |
| | | recordChartsByWorkstation, |
| | |
| | | z-index: 99; |
| | | } |
| | | .MYTree { |
| | | height: calc(100% - 200px); |
| | | height: 600px; |
| | | } |
| | | .MYTree-content { |
| | | height: 100%; |
| | | overflow: hidden; |
| | | overflow-y: auto; |
| | | } |
| | |
| | | flex-wrap: wrap; |
| | | } |
| | | .status-wrap /deep/ .el-checkbox.el-checkbox--large { |
| | | color: #3b8e8e; |
| | | color: #409eff; |
| | | } |
| | | .fact-analysis-realtim { |
| | | display: flex; |
| | |
| | | position: absolute; |
| | | right: 10px; |
| | | top: -2px; |
| | | color: #3b8e8e; |
| | | color: #409eff; |
| | | cursor: pointer; |
| | | } |
| | | .aposcope-right /deep/ .el-tabs__content { |
| | | overflow: visible; |
| | | } |
| | | </style> |