新增策略页面
This commit is contained in:
@ -1,14 +1,23 @@
|
||||
|
||||
<template>
|
||||
<div style="width:100%">
|
||||
削峰填谷
|
||||
</div>
|
||||
<cl-container :hideSettingBtn="true">
|
||||
<template v-slot:default>
|
||||
<temp-table/>
|
||||
<time-setting/>
|
||||
<temp-power-chart/>
|
||||
</template>
|
||||
</cl-container>
|
||||
</template>
|
||||
|
||||
|
||||
<script>
|
||||
import ClContainer from './../ClContainer.vue'
|
||||
import TempTable from "./TempTable.vue";
|
||||
import TimeSetting from "./TimeSetting.vue";
|
||||
import TempPowerChart from "./TempPowerChart.vue";
|
||||
export default {
|
||||
name:'DzjkClpzXftg',
|
||||
components:{ClContainer,TempTable,TimeSetting,TempPowerChart},
|
||||
data() {
|
||||
return {
|
||||
|
||||
@ -23,5 +32,15 @@ export default {
|
||||
</script>
|
||||
|
||||
<style scoped lang="scss">
|
||||
::v-deep{
|
||||
.common-card-container .el-card__header{
|
||||
padding:5px 20px;
|
||||
height:44px;
|
||||
.card-title{
|
||||
line-height: 34px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
Reference in New Issue
Block a user